Shades of Sunflower #DEBD1E
Tints of Sunflower #DEBD1E
RGB
CMYK
RGB Variations
Color information
#DEBD1E (or 0xDEBD1E) is known color: Sunflower. HEX triplet: DE, BD and 1E. RGB value is (222,189,30). Sum of RGB (Red+Green+Blue) = 222+189+30=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 30 (12.11% from 255 or 6.80% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBD1E is #2142E1. Grayscale: #B5B5B5. Windows color (decimal): -2179810 or 2014686. OLE color: 2014686.
HSL color Cylindrical-coordinate representation of color #DEBD1E: hue angle of 49.69º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEBD1E is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 30 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.13 |
| HSL | 49.69º | 0.76% | 0.49% | - |
| HSV(B) | 49.69º | 0.86% | 0.87% | - |
| XYZ | 48.56 | 52.02 | 8.71 | - |
| YUV | 180.74 | 42.93 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 30 | 0 | 0.15 | 0.86 | 0.13 | 49.69 | 0.76 | 0.49 |
| Hex | DE | BD | 1E | 0 | F | 56 | D | 32 | 4C | 31 |
| Octal | 336 | 275 | 36 | 0 | 17 | 126 | 15 | 62 | 114 | 61 |
| Binary | 11011110 | 10111101 | 11110 | 0 | 1111 | 1010110 | 1101 | 110010 | 1001100 | 110001 |
Color Harmonies of #DEBD1E
Complementary color
Monochromatic Colors of #DEBD1E
Black with #DEBD1E
Text Example
Text Example
White with #DEBD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBD1E; }
p { color: rgb(222,189,30); }
H1.HeaderClassName
{
color: #DEBD1E;
}
.AnyTagClassName
{
color: #DEBD1E;
}
</style>
background-color css
<style>
a { background-color: #DEBD1E; }
a { background-color: rgb(222,189,30); }
div.DivClassName
{
background-color: #DEBD1E;
}
.BgClassName
{
background-color: #DEBD1E;
}
</style>
border-color css
<style>
span { border-color: #DEBD1E; }
span { border-color: rgb(222,189,30); }
td.TdClassName
{
border-color: #DEBD1E;
}
.TagClassName
{
border-color: #DEBD1E;
}
</style>