Shades of Sunflower #DECA1C
Tints of Sunflower #DECA1C
RGB
CMYK
RGB Variations
Color information
#DECA1C (or 0xDECA1C) is known color: Sunflower. HEX triplet: DE, CA and 1C. RGB value is (222,202,28). Sum of RGB (Red+Green+Blue) = 222+202+28=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 28 (11.33% from 255 or 6.19% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECA1C is #2135E3. Grayscale: #BCBCBC. Windows color (decimal): -2176484 or 1886942. OLE color: 1886942.
HSL color Cylindrical-coordinate representation of color #DECA1C: hue angle of 53.81º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DECA1C is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 28 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.13 |
| HSL | 53.81º | 0.78% | 0.49% | - |
| HSV(B) | 53.81º | 0.87% | 0.87% | - |
| XYZ | 51.45 | 57.85 | 9.55 | - |
| YUV | 188.14 | 37.63 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 28 | 0 | 0.09 | 0.87 | 0.13 | 53.81 | 0.78 | 0.49 |
| Hex | DE | CA | 1C | 0 | 9 | 57 | D | 36 | 4E | 31 |
| Octal | 336 | 312 | 34 | 0 | 11 | 127 | 15 | 66 | 116 | 61 |
| Binary | 11011110 | 11001010 | 11100 | 0 | 1001 | 1010111 | 1101 | 110110 | 1001110 | 110001 |
Color Harmonies of #DECA1C
Complementary color
Monochromatic Colors of #DECA1C
Black with #DECA1C
Text Example
Text Example
White with #DECA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA1C; }
p { color: rgb(222,202,28); }
H1.HeaderClassName
{
color: #DECA1C;
}
.AnyTagClassName
{
color: #DECA1C;
}
</style>
background-color css
<style>
a { background-color: #DECA1C; }
a { background-color: rgb(222,202,28); }
div.DivClassName
{
background-color: #DECA1C;
}
.BgClassName
{
background-color: #DECA1C;
}
</style>
border-color css
<style>
span { border-color: #DECA1C; }
span { border-color: rgb(222,202,28); }
td.TdClassName
{
border-color: #DECA1C;
}
.TagClassName
{
border-color: #DECA1C;
}
</style>