Shades of Sunflower #DCCB18
Tints of Sunflower #DCCB18
RGB
CMYK
RGB Variations
Color information
#DCCB18 (or 0xDCCB18) is known color: Sunflower. HEX triplet: DC, CB and 18. RGB value is (220,203,24). Sum of RGB (Red+Green+Blue) = 220+203+24=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 24 (9.77% from 255 or 5.37% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCB18 is #2334E7. Grayscale: #BCBCBC. Windows color (decimal): -2307304 or 1625052. OLE color: 1625052.
HSL color Cylindrical-coordinate representation of color #DCCB18: hue angle of 54.8º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCCB18 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 24 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.14 |
| HSL | 54.8º | 0.8% | 0.48% | - |
| HSV(B) | 54.8º | 0.89% | 0.86% | - |
| XYZ | 51.04 | 57.99 | 9.37 | - |
| YUV | 187.68 | 35.63 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 24 | 0 | 0.08 | 0.89 | 0.14 | 54.8 | 0.8 | 0.48 |
| Hex | DC | CB | 18 | 0 | 8 | 59 | E | 37 | 50 | 30 |
| Octal | 334 | 313 | 30 | 0 | 10 | 131 | 16 | 67 | 120 | 60 |
| Binary | 11011100 | 11001011 | 11000 | 0 | 1000 | 1011001 | 1110 | 110111 | 1010000 | 110000 |
Color Harmonies of #DCCB18
Complementary color
Monochromatic Colors of #DCCB18
Black with #DCCB18
Text Example
Text Example
White with #DCCB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB18; }
p { color: rgb(220,203,24); }
H1.HeaderClassName
{
color: #DCCB18;
}
.AnyTagClassName
{
color: #DCCB18;
}
</style>
background-color css
<style>
a { background-color: #DCCB18; }
a { background-color: rgb(220,203,24); }
div.DivClassName
{
background-color: #DCCB18;
}
.BgClassName
{
background-color: #DCCB18;
}
</style>
border-color css
<style>
span { border-color: #DCCB18; }
span { border-color: rgb(220,203,24); }
td.TdClassName
{
border-color: #DCCB18;
}
.TagClassName
{
border-color: #DCCB18;
}
</style>