Shades of Sunflower #DED00C
Tints of Sunflower #DED00C
RGB
CMYK
RGB Variations
Color information
#DED00C (or 0xDED00C) is known color: Sunflower. HEX triplet: DE, D0 and 0C. RGB value is (222,208,12). Sum of RGB (Red+Green+Blue) = 222+208+12=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 12 (5.08% from 255 or 2.71% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DED00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED00C is #212FF3. Grayscale: #BEBEBE. Windows color (decimal): -2174964 or 839902. OLE color: 839902.
HSL color Cylindrical-coordinate representation of color #DED00C: hue angle of 56º 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 #DED00C is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 12 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.13 |
| HSL | 56º | 0.9% | 0.46% | - |
| HSV(B) | 56º | 0.95% | 0.87% | - |
| XYZ | 52.75 | 60.67 | 9.28 | - |
| YUV | 189.84 | 27.64 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 12 | 0 | 0.06 | 0.95 | 0.13 | 56 | 0.9 | 0.46 |
| Hex | DE | D0 | C | 0 | 6 | 5F | D | 38 | 5A | 2E |
| Octal | 336 | 320 | 14 | 0 | 6 | 137 | 15 | 70 | 132 | 56 |
| Binary | 11011110 | 11010000 | 1100 | 0 | 110 | 1011111 | 1101 | 111000 | 1011010 | 101110 |
Color Harmonies of #DED00C
Complementary color
Monochromatic Colors of #DED00C
Black with #DED00C
Text Example
Text Example
White with #DED00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED00C; }
p { color: rgb(222,208,12); }
H1.HeaderClassName
{
color: #DED00C;
}
.AnyTagClassName
{
color: #DED00C;
}
</style>
background-color css
<style>
a { background-color: #DED00C; }
a { background-color: rgb(222,208,12); }
div.DivClassName
{
background-color: #DED00C;
}
.BgClassName
{
background-color: #DED00C;
}
</style>
border-color css
<style>
span { border-color: #DED00C; }
span { border-color: rgb(222,208,12); }
td.TdClassName
{
border-color: #DED00C;
}
.TagClassName
{
border-color: #DED00C;
}
</style>