Shades of Sunflower #DCC312
Tints of Sunflower #DCC312
RGB
CMYK
RGB Variations
Color information
#DCC312 (or 0xDCC312) is known color: Sunflower. HEX triplet: DC, C3 and 12. RGB value is (220,195,18). Sum of RGB (Red+Green+Blue) = 220+195+18=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC312 is #233CED. Grayscale: #B7B7B7. Windows color (decimal): -2309358 or 1229788. OLE color: 1229788.
HSL color Cylindrical-coordinate representation of color #DCC312: hue angle of 52.57º 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 #DCC312 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 18 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.14 |
| HSL | 52.57º | 0.85% | 0.47% | - |
| HSV(B) | 52.57º | 0.92% | 0.86% | - |
| XYZ | 49.14 | 54.29 | 8.46 | - |
| YUV | 182.3 | 35.28 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 18 | 0 | 0.11 | 0.92 | 0.14 | 52.57 | 0.85 | 0.47 |
| Hex | DC | C3 | 12 | 0 | B | 5C | E | 35 | 55 | 2F |
| Octal | 334 | 303 | 22 | 0 | 13 | 134 | 16 | 65 | 125 | 57 |
| Binary | 11011100 | 11000011 | 10010 | 0 | 1011 | 1011100 | 1110 | 110101 | 1010101 | 101111 |
Color Harmonies of #DCC312
Complementary color
Monochromatic Colors of #DCC312
Black with #DCC312
Text Example
Text Example
White with #DCC312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC312; }
p { color: rgb(220,195,18); }
H1.HeaderClassName
{
color: #DCC312;
}
.AnyTagClassName
{
color: #DCC312;
}
</style>
background-color css
<style>
a { background-color: #DCC312; }
a { background-color: rgb(220,195,18); }
div.DivClassName
{
background-color: #DCC312;
}
.BgClassName
{
background-color: #DCC312;
}
</style>
border-color css
<style>
span { border-color: #DCC312; }
span { border-color: rgb(220,195,18); }
td.TdClassName
{
border-color: #DCC312;
}
.TagClassName
{
border-color: #DCC312;
}
</style>