Shades of Sunflower #DCCA18
Tints of Sunflower #DCCA18
RGB
CMYK
RGB Variations
Color information
#DCCA18 (or 0xDCCA18) is known color: Sunflower. HEX triplet: DC, CA and 18. RGB value is (220,202,24). Sum of RGB (Red+Green+Blue) = 220+202+24=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 24 (9.77% from 255 or 5.38% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCA18 is #2335E7. Grayscale: #BBBBBB. Windows color (decimal): -2307560 or 1624796. OLE color: 1624796.
HSL color Cylindrical-coordinate representation of color #DCCA18: hue angle of 54.49º 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 #DCCA18 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 24 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.14 |
| HSL | 54.49º | 0.8% | 0.48% | - |
| HSV(B) | 54.49º | 0.89% | 0.86% | - |
| XYZ | 50.8 | 57.52 | 9.29 | - |
| YUV | 187.09 | 35.96 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 24 | 0 | 0.08 | 0.89 | 0.14 | 54.49 | 0.8 | 0.48 |
| Hex | DC | CA | 18 | 0 | 8 | 59 | E | 36 | 50 | 30 |
| Octal | 334 | 312 | 30 | 0 | 10 | 131 | 16 | 66 | 120 | 60 |
| Binary | 11011100 | 11001010 | 11000 | 0 | 1000 | 1011001 | 1110 | 110110 | 1010000 | 110000 |
Color Harmonies of #DCCA18
Complementary color
Monochromatic Colors of #DCCA18
Black with #DCCA18
Text Example
Text Example
White with #DCCA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA18; }
p { color: rgb(220,202,24); }
H1.HeaderClassName
{
color: #DCCA18;
}
.AnyTagClassName
{
color: #DCCA18;
}
</style>
background-color css
<style>
a { background-color: #DCCA18; }
a { background-color: rgb(220,202,24); }
div.DivClassName
{
background-color: #DCCA18;
}
.BgClassName
{
background-color: #DCCA18;
}
</style>
border-color css
<style>
span { border-color: #DCCA18; }
span { border-color: rgb(220,202,24); }
td.TdClassName
{
border-color: #DCCA18;
}
.TagClassName
{
border-color: #DCCA18;
}
</style>