Shades of Sunflower #DECC0C
Tints of Sunflower #DECC0C
RGB
CMYK
RGB Variations
Color information
#DECC0C (or 0xDECC0C) is known color: Sunflower. HEX triplet: DE, CC and 0C. RGB value is (222,204,12). Sum of RGB (Red+Green+Blue) = 222+204+12=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 12 (5.08% from 255 or 2.74% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECC0C is #2133F3. Grayscale: #BCBCBC. Windows color (decimal): -2175988 or 838878. OLE color: 838878.
HSL color Cylindrical-coordinate representation of color #DECC0C: hue angle of 54.86º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DECC0C is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 12 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.13 |
| HSL | 54.86º | 0.9% | 0.46% | - |
| HSV(B) | 54.86º | 0.95% | 0.87% | - |
| XYZ | 51.78 | 58.74 | 8.96 | - |
| YUV | 187.49 | 28.96 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 12 | 0 | 0.08 | 0.95 | 0.13 | 54.86 | 0.9 | 0.46 |
| Hex | DE | CC | C | 0 | 8 | 5F | D | 37 | 5A | 2E |
| Octal | 336 | 314 | 14 | 0 | 10 | 137 | 15 | 67 | 132 | 56 |
| Binary | 11011110 | 11001100 | 1100 | 0 | 1000 | 1011111 | 1101 | 110111 | 1011010 | 101110 |
Color Harmonies of #DECC0C
Complementary color
Monochromatic Colors of #DECC0C
Black with #DECC0C
Text Example
Text Example
White with #DECC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC0C; }
p { color: rgb(222,204,12); }
H1.HeaderClassName
{
color: #DECC0C;
}
.AnyTagClassName
{
color: #DECC0C;
}
</style>
background-color css
<style>
a { background-color: #DECC0C; }
a { background-color: rgb(222,204,12); }
div.DivClassName
{
background-color: #DECC0C;
}
.BgClassName
{
background-color: #DECC0C;
}
</style>
border-color css
<style>
span { border-color: #DECC0C; }
span { border-color: rgb(222,204,12); }
td.TdClassName
{
border-color: #DECC0C;
}
.TagClassName
{
border-color: #DECC0C;
}
</style>