Shades of Sunflower #DCC608
Tints of Sunflower #DCC608
RGB
CMYK
RGB Variations
Color information
#DCC608 (or 0xDCC608) is known color: Sunflower. HEX triplet: DC, C6 and 08. RGB value is (220,198,8). Sum of RGB (Red+Green+Blue) = 220+198+8=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 8 (3.52% from 255 or 1.88% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC608 is #2339F7. Grayscale: #B7B7B7. Windows color (decimal): -2308600 or 575196. OLE color: 575196.
HSL color Cylindrical-coordinate representation of color #DCC608: hue angle of 53.77º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCC608 is Cyan = 0, Magento = 0.1, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 8 | - |
| CMYK | 0 | 0.1 | 0.96 | 0.14 |
| HSL | 53.77º | 0.93% | 0.45% | - |
| HSV(B) | 53.77º | 0.96% | 0.86% | - |
| XYZ | 49.75 | 55.62 | 8.34 | - |
| YUV | 182.92 | 29.29 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 8 | 0 | 0.1 | 0.96 | 0.14 | 53.77 | 0.93 | 0.45 |
| Hex | DC | C6 | 8 | 0 | A | 60 | E | 36 | 5D | 2D |
| Octal | 334 | 306 | 10 | 0 | 12 | 140 | 16 | 66 | 135 | 55 |
| Binary | 11011100 | 11000110 | 1000 | 0 | 1010 | 1100000 | 1110 | 110110 | 1011101 | 101101 |
Color Harmonies of #DCC608
Complementary color
Monochromatic Colors of #DCC608
Black with #DCC608
Text Example
Text Example
White with #DCC608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC608; }
p { color: rgb(220,198,8); }
H1.HeaderClassName
{
color: #DCC608;
}
.AnyTagClassName
{
color: #DCC608;
}
</style>
background-color css
<style>
a { background-color: #DCC608; }
a { background-color: rgb(220,198,8); }
div.DivClassName
{
background-color: #DCC608;
}
.BgClassName
{
background-color: #DCC608;
}
</style>
border-color css
<style>
span { border-color: #DCC608; }
span { border-color: rgb(220,198,8); }
td.TdClassName
{
border-color: #DCC608;
}
.TagClassName
{
border-color: #DCC608;
}
</style>