Color spaces of #dcc558
RGB | 220 | 197 | 88 |
---|---|---|---|
HSL | 0.14 | 0.65 | 0.60 |
HSV | 50° | 60° | 86° |
CMYK | 0.00 | 0.10 | 0.60 0.14 |
XYZ | 51.2429 | 55.8527 | 17.3124 |
Yxy | 55.8527 | 0.4119 | 0.4489 |
Hunter Lab | 74.7347 | -8.3946 | 38.5796 |
CIE-Lab | 79.5299 | -4.8224 | 56.3567 |
#dcc558 color RGB value is (220,197,88).
#dcc558 hex color red value is 220, green value is 197 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #dcc558 hue: 0.14 , saturation: 0.65 and the lightness value of dcc558 is 0.60.
The process color (four color CMYK) of #dcc558 color hex is 0.00, 0.10, 0.60, 0.14. Web safe color of #dcc558 is #cccc66. Color #dcc558 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11000101 | 01011000 |
Octal | 334 | 305 | 130 |
Decimal | 220 | 197 | 88 |
Hex | DC | C5 | 58 |
Shades of #dcc558
Tints of #dcc558
RGB Percentages of Color #dcc558
CMYK Percentages of Color #dcc558
Complementary Color
#dcc558 | #586fdc |
#dcc558 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcc558 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcc558 Color CSS Codes
.mybgcolor {background-color:#dcc558; } .myforecolor {color:#dcc558; } .mybordercolor {border:3px solid #dcc558; }
#dcc558 Text Font Color
<p style="color:#dcc558">Text here</p>
This sample text font color is #dcc558
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dcc558 Background Color
<div style="background-color:#dcc558">
Div content here</div>
This div background color is #dcc558
#dcc558 Border Color
<div style="border:3px solid #dcc558">
Div here</div>
This div border color is #dcc558
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,197,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcc558; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcc558; -webkit-box-shadow: 1px 1px 3px 2px #dcc558; box-shadow: 1px 1px 3px 2px #dcc558; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,197,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcc558">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcc558; -webkit-box-shadow: 1px 1px 3px 2px #dcc558; box-shadow: 1px 1px 3px 2px #dcc558;">
Div content here</div>
This div box has shadow with color #dcc558
Comments
No comments written yet.
Please login to write comment.