Shades of Sunflower #DEBD11
Tints of Sunflower #DEBD11
RGB
CMYK
RGB Variations
Color information
#DEBD11 (or 0xDEBD11) is known color: Sunflower. HEX triplet: DE, BD and 11. RGB value is (222,189,17). Sum of RGB (Red+Green+Blue) = 222+189+17=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 17 (7.03% from 255 or 3.97% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBD11 is #2142EE. Grayscale: #B3B3B3. Windows color (decimal): -2179823 or 1162718. OLE color: 1162718.
HSL color Cylindrical-coordinate representation of color #DEBD11: hue angle of 50.34º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEBD11 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 17 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.13 |
| HSL | 50.34º | 0.86% | 0.47% | - |
| HSV(B) | 50.34º | 0.92% | 0.87% | - |
| XYZ | 48.42 | 51.97 | 8.01 | - |
| YUV | 179.26 | 36.43 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 17 | 0 | 0.15 | 0.92 | 0.13 | 50.34 | 0.86 | 0.47 |
| Hex | DE | BD | 11 | 0 | F | 5C | D | 32 | 56 | 2F |
| Octal | 336 | 275 | 21 | 0 | 17 | 134 | 15 | 62 | 126 | 57 |
| Binary | 11011110 | 10111101 | 10001 | 0 | 1111 | 1011100 | 1101 | 110010 | 1010110 | 101111 |
Color Harmonies of #DEBD11
Complementary color
Monochromatic Colors of #DEBD11
Black with #DEBD11
Text Example
Text Example
White with #DEBD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBD11; }
p { color: rgb(222,189,17); }
H1.HeaderClassName
{
color: #DEBD11;
}
.AnyTagClassName
{
color: #DEBD11;
}
</style>
background-color css
<style>
a { background-color: #DEBD11; }
a { background-color: rgb(222,189,17); }
div.DivClassName
{
background-color: #DEBD11;
}
.BgClassName
{
background-color: #DEBD11;
}
</style>
border-color css
<style>
span { border-color: #DEBD11; }
span { border-color: rgb(222,189,17); }
td.TdClassName
{
border-color: #DEBD11;
}
.TagClassName
{
border-color: #DEBD11;
}
</style>