Shades of Sunflower #DEC108
Tints of Sunflower #DEC108
RGB
CMYK
RGB Variations
Color information
#DEC108 (or 0xDEC108) is known color: Sunflower. HEX triplet: DE, C1 and 08. RGB value is (222,193,8). Sum of RGB (Red+Green+Blue) = 222+193+8=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 8 (3.52% from 255 or 1.89% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC108 is #213EF7. Grayscale: #B5B5B5. Windows color (decimal): -2178808 or 573918. OLE color: 573918.
HSL color Cylindrical-coordinate representation of color #DEC108: hue angle of 51.87º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DEC108 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 8 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.13 |
| HSL | 51.87º | 0.93% | 0.45% | - |
| HSV(B) | 51.87º | 0.96% | 0.87% | - |
| XYZ | 49.24 | 53.69 | 8 | - |
| YUV | 180.58 | 30.61 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 8 | 0 | 0.13 | 0.96 | 0.13 | 51.87 | 0.93 | 0.45 |
| Hex | DE | C1 | 8 | 0 | D | 60 | D | 34 | 5D | 2D |
| Octal | 336 | 301 | 10 | 0 | 15 | 140 | 15 | 64 | 135 | 55 |
| Binary | 11011110 | 11000001 | 1000 | 0 | 1101 | 1100000 | 1101 | 110100 | 1011101 | 101101 |
Color Harmonies of #DEC108
Complementary color
Monochromatic Colors of #DEC108
Black with #DEC108
Text Example
Text Example
White with #DEC108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC108; }
p { color: rgb(222,193,8); }
H1.HeaderClassName
{
color: #DEC108;
}
.AnyTagClassName
{
color: #DEC108;
}
</style>
background-color css
<style>
a { background-color: #DEC108; }
a { background-color: rgb(222,193,8); }
div.DivClassName
{
background-color: #DEC108;
}
.BgClassName
{
background-color: #DEC108;
}
</style>
border-color css
<style>
span { border-color: #DEC108; }
span { border-color: rgb(222,193,8); }
td.TdClassName
{
border-color: #DEC108;
}
.TagClassName
{
border-color: #DEC108;
}
</style>