Shades of Sunflower #DCCA13
Tints of Sunflower #DCCA13
RGB
CMYK
RGB Variations
Color information
#DCCA13 (or 0xDCCA13) is known color: Sunflower. HEX triplet: DC, CA and 13. RGB value is (220,202,19). Sum of RGB (Red+Green+Blue) = 220+202+19=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 19 (7.81% from 255 or 4.31% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCA13 is #2335EC. Grayscale: #BBBBBB. Windows color (decimal): -2307565 or 1297116. OLE color: 1297116.
HSL color Cylindrical-coordinate representation of color #DCCA13: hue angle of 54.63º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCCA13 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 19 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.14 |
| HSL | 54.63º | 0.84% | 0.47% | - |
| HSV(B) | 54.63º | 0.91% | 0.86% | - |
| XYZ | 50.75 | 57.5 | 9.04 | - |
| YUV | 186.52 | 33.46 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 19 | 0 | 0.08 | 0.91 | 0.14 | 54.63 | 0.84 | 0.47 |
| Hex | DC | CA | 13 | 0 | 8 | 5B | E | 37 | 54 | 2F |
| Octal | 334 | 312 | 23 | 0 | 10 | 133 | 16 | 67 | 124 | 57 |
| Binary | 11011100 | 11001010 | 10011 | 0 | 1000 | 1011011 | 1110 | 110111 | 1010100 | 101111 |
Color Harmonies of #DCCA13
Complementary color
Monochromatic Colors of #DCCA13
Black with #DCCA13
Text Example
Text Example
White with #DCCA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA13; }
p { color: rgb(220,202,19); }
H1.HeaderClassName
{
color: #DCCA13;
}
.AnyTagClassName
{
color: #DCCA13;
}
</style>
background-color css
<style>
a { background-color: #DCCA13; }
a { background-color: rgb(220,202,19); }
div.DivClassName
{
background-color: #DCCA13;
}
.BgClassName
{
background-color: #DCCA13;
}
</style>
border-color css
<style>
span { border-color: #DCCA13; }
span { border-color: rgb(220,202,19); }
td.TdClassName
{
border-color: #DCCA13;
}
.TagClassName
{
border-color: #DCCA13;
}
</style>