Shades of Sunflower #DCC912
Tints of Sunflower #DCC912
RGB
CMYK
RGB Variations
Color information
#DCC912 (or 0xDCC912) is known color: Sunflower. HEX triplet: DC, C9 and 12. RGB value is (220,201,18). Sum of RGB (Red+Green+Blue) = 220+201+18=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 18 (7.42% from 255 or 4.10% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC912 is #2336ED. Grayscale: #BABABA. Windows color (decimal): -2307822 or 1231324. OLE color: 1231324.
HSL color Cylindrical-coordinate representation of color #DCC912: hue angle of 54.36º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCC912 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 18 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.14 |
| HSL | 54.36º | 0.85% | 0.47% | - |
| HSV(B) | 54.36º | 0.92% | 0.86% | - |
| XYZ | 50.51 | 57.03 | 8.92 | - |
| YUV | 185.82 | 33.29 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 18 | 0 | 0.09 | 0.92 | 0.14 | 54.36 | 0.85 | 0.47 |
| Hex | DC | C9 | 12 | 0 | 9 | 5C | E | 36 | 55 | 2F |
| Octal | 334 | 311 | 22 | 0 | 11 | 134 | 16 | 66 | 125 | 57 |
| Binary | 11011100 | 11001001 | 10010 | 0 | 1001 | 1011100 | 1110 | 110110 | 1010101 | 101111 |
Color Harmonies of #DCC912
Complementary color
Monochromatic Colors of #DCC912
Black with #DCC912
Text Example
Text Example
White with #DCC912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC912; }
p { color: rgb(220,201,18); }
H1.HeaderClassName
{
color: #DCC912;
}
.AnyTagClassName
{
color: #DCC912;
}
</style>
background-color css
<style>
a { background-color: #DCC912; }
a { background-color: rgb(220,201,18); }
div.DivClassName
{
background-color: #DCC912;
}
.BgClassName
{
background-color: #DCC912;
}
</style>
border-color css
<style>
span { border-color: #DCC912; }
span { border-color: rgb(220,201,18); }
td.TdClassName
{
border-color: #DCC912;
}
.TagClassName
{
border-color: #DCC912;
}
</style>