Shades of Sunflower #DCC000
Tints of Sunflower #DCC000
RGB
CMYK
RGB Variations
Color information
#DCC000 (or 0xDCC000) is known color: Sunflower. HEX triplet: DC, C0 and 00. RGB value is (220,192,0). Sum of RGB (Red+Green+Blue) = 220+192+0=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 0 (0.39% from 255 or 0% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC000 is #233FFF. Grayscale: #B3B3B3. Windows color (decimal): -2310144 or 49372. OLE color: 49372.
HSL color Cylindrical-coordinate representation of color #DCC000: hue angle of 52.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCC000 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.14 |
| HSL | 52.36º | 1% | 0.43% | - |
| HSV(B) | 52.36º | 1% | 0.86% | - |
| XYZ | 48.36 | 52.91 | 7.66 | - |
| YUV | 178.48 | 27.28 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 0 | 0 | 0.13 | 1 | 0.14 | 52.36 | 1 | 0.43 |
| Hex | DC | C0 | 0 | 0 | D | 64 | E | 34 | 64 | 2B |
| Octal | 334 | 300 | 0 | 0 | 15 | 144 | 16 | 64 | 144 | 53 |
| Binary | 11011100 | 11000000 | 0 | 0 | 1101 | 1100100 | 1110 | 110100 | 1100100 | 101011 |
Color Harmonies of #DCC000
Complementary color
Monochromatic Colors of #DCC000
Black with #DCC000
Text Example
Text Example
White with #DCC000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC000; }
p { color: rgb(220,192,0); }
H1.HeaderClassName
{
color: #DCC000;
}
.AnyTagClassName
{
color: #DCC000;
}
</style>
background-color css
<style>
a { background-color: #DCC000; }
a { background-color: rgb(220,192,0); }
div.DivClassName
{
background-color: #DCC000;
}
.BgClassName
{
background-color: #DCC000;
}
</style>
border-color css
<style>
span { border-color: #DCC000; }
span { border-color: rgb(220,192,0); }
td.TdClassName
{
border-color: #DCC000;
}
.TagClassName
{
border-color: #DCC000;
}
</style>