Shades of Sunflower #DCC00C
Tints of Sunflower #DCC00C
RGB
CMYK
RGB Variations
Color information
#DCC00C (or 0xDCC00C) is known color: Sunflower. HEX triplet: DC, C0 and 0C. RGB value is (220,192,12). Sum of RGB (Red+Green+Blue) = 220+192+12=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC00C is #233FF3. Grayscale: #B4B4B4. Windows color (decimal): -2310132 or 835804. OLE color: 835804.
HSL color Cylindrical-coordinate representation of color #DCC00C: hue angle of 51.92º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCC00C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 12 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.14 |
| HSL | 51.92º | 0.9% | 0.45% | - |
| HSV(B) | 51.92º | 0.95% | 0.86% | - |
| XYZ | 48.43 | 52.94 | 8.01 | - |
| YUV | 179.85 | 33.28 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 12 | 0 | 0.13 | 0.95 | 0.14 | 51.92 | 0.9 | 0.45 |
| Hex | DC | C0 | C | 0 | D | 5F | E | 34 | 5A | 2D |
| Octal | 334 | 300 | 14 | 0 | 15 | 137 | 16 | 64 | 132 | 55 |
| Binary | 11011100 | 11000000 | 1100 | 0 | 1101 | 1011111 | 1110 | 110100 | 1011010 | 101101 |
Color Harmonies of #DCC00C
Complementary color
Monochromatic Colors of #DCC00C
Black with #DCC00C
Text Example
Text Example
White with #DCC00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC00C; }
p { color: rgb(220,192,12); }
H1.HeaderClassName
{
color: #DCC00C;
}
.AnyTagClassName
{
color: #DCC00C;
}
</style>
background-color css
<style>
a { background-color: #DCC00C; }
a { background-color: rgb(220,192,12); }
div.DivClassName
{
background-color: #DCC00C;
}
.BgClassName
{
background-color: #DCC00C;
}
</style>
border-color css
<style>
span { border-color: #DCC00C; }
span { border-color: rgb(220,192,12); }
td.TdClassName
{
border-color: #DCC00C;
}
.TagClassName
{
border-color: #DCC00C;
}
</style>