Shades of Sunflower #DED108
Tints of Sunflower #DED108
RGB
CMYK
RGB Variations
Color information
#DED108 (or 0xDED108) is known color: Sunflower. HEX triplet: DE, D1 and 08. RGB value is (222,209,8). Sum of RGB (Red+Green+Blue) = 222+209+8=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 209 (82.03% from 255 or 47.61% from 439); Blue value is 8 (3.52% from 255 or 1.82% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DED108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED108 is #212EF7. Grayscale: #BEBEBE. Windows color (decimal): -2174712 or 578014. OLE color: 578014.
HSL color Cylindrical-coordinate representation of color #DED108: hue angle of 56.36º 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 #DED108 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 8 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.13 |
| HSL | 56.36º | 0.93% | 0.45% | - |
| HSV(B) | 56.36º | 0.96% | 0.87% | - |
| XYZ | 52.97 | 61.15 | 9.24 | - |
| YUV | 189.97 | 25.31 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 8 | 0 | 0.06 | 0.96 | 0.13 | 56.36 | 0.93 | 0.45 |
| Hex | DE | D1 | 8 | 0 | 6 | 60 | D | 38 | 5D | 2D |
| Octal | 336 | 321 | 10 | 0 | 6 | 140 | 15 | 70 | 135 | 55 |
| Binary | 11011110 | 11010001 | 1000 | 0 | 110 | 1100000 | 1101 | 111000 | 1011101 | 101101 |
Color Harmonies of #DED108
Complementary color
Monochromatic Colors of #DED108
Black with #DED108
Text Example
Text Example
White with #DED108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED108; }
p { color: rgb(222,209,8); }
H1.HeaderClassName
{
color: #DED108;
}
.AnyTagClassName
{
color: #DED108;
}
</style>
background-color css
<style>
a { background-color: #DED108; }
a { background-color: rgb(222,209,8); }
div.DivClassName
{
background-color: #DED108;
}
.BgClassName
{
background-color: #DED108;
}
</style>
border-color css
<style>
span { border-color: #DED108; }
span { border-color: rgb(222,209,8); }
td.TdClassName
{
border-color: #DED108;
}
.TagClassName
{
border-color: #DED108;
}
</style>