Shades of Sunflower #DCCC0E
Tints of Sunflower #DCCC0E
RGB
CMYK
RGB Variations
Color information
#DCCC0E (or 0xDCCC0E) is known color: Sunflower. HEX triplet: DC, CC and 0E. RGB value is (220,204,14). Sum of RGB (Red+Green+Blue) = 220+204+14=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 14 (5.86% from 255 or 3.20% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCC0E is #2333F1. Grayscale: #BBBBBB. Windows color (decimal): -2307058 or 969948. OLE color: 969948.
HSL color Cylindrical-coordinate representation of color #DCCC0E: hue angle of 55.34º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCCC0E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 14 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.14 |
| HSL | 55.34º | 0.88% | 0.46% | - |
| HSV(B) | 55.34º | 0.94% | 0.86% | - |
| XYZ | 51.19 | 58.43 | 9 | - |
| YUV | 187.12 | 30.3 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 14 | 0 | 0.07 | 0.94 | 0.14 | 55.34 | 0.88 | 0.46 |
| Hex | DC | CC | E | 0 | 7 | 5E | E | 37 | 58 | 2E |
| Octal | 334 | 314 | 16 | 0 | 7 | 136 | 16 | 67 | 130 | 56 |
| Binary | 11011100 | 11001100 | 1110 | 0 | 111 | 1011110 | 1110 | 110111 | 1011000 | 101110 |
Color Harmonies of #DCCC0E
Complementary color
Monochromatic Colors of #DCCC0E
Black with #DCCC0E
Text Example
Text Example
White with #DCCC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC0E; }
p { color: rgb(220,204,14); }
H1.HeaderClassName
{
color: #DCCC0E;
}
.AnyTagClassName
{
color: #DCCC0E;
}
</style>
background-color css
<style>
a { background-color: #DCCC0E; }
a { background-color: rgb(220,204,14); }
div.DivClassName
{
background-color: #DCCC0E;
}
.BgClassName
{
background-color: #DCCC0E;
}
</style>
border-color css
<style>
span { border-color: #DCCC0E; }
span { border-color: rgb(220,204,14); }
td.TdClassName
{
border-color: #DCCC0E;
}
.TagClassName
{
border-color: #DCCC0E;
}
</style>