Shades of Sunflower #DEBD1F
Tints of Sunflower #DEBD1F
RGB
CMYK
RGB Variations
Color information
#DEBD1F (or 0xDEBD1F) is known color: Sunflower. HEX triplet: DE, BD and 1F. RGB value is (222,189,31). Sum of RGB (Red+Green+Blue) = 222+189+31=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 31 (12.5% from 255 or 7.01% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBD1F is #2142E0. Grayscale: #B5B5B5. Windows color (decimal): -2179809 or 2080222. OLE color: 2080222.
HSL color Cylindrical-coordinate representation of color #DEBD1F: hue angle of 49.63º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEBD1F is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 31 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.13 |
| HSL | 49.63º | 0.75% | 0.5% | - |
| HSV(B) | 49.63º | 0.86% | 0.87% | - |
| XYZ | 48.57 | 52.02 | 8.78 | - |
| YUV | 180.86 | 43.43 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 31 | 0 | 0.15 | 0.86 | 0.13 | 49.63 | 0.75 | 0.5 |
| Hex | DE | BD | 1F | 0 | F | 56 | D | 32 | 4B | 32 |
| Octal | 336 | 275 | 37 | 0 | 17 | 126 | 15 | 62 | 113 | 62 |
| Binary | 11011110 | 10111101 | 11111 | 0 | 1111 | 1010110 | 1101 | 110010 | 1001011 | 110010 |
Color Harmonies of #DEBD1F
Complementary color
Monochromatic Colors of #DEBD1F
Black with #DEBD1F
Text Example
Text Example
White with #DEBD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBD1F; }
p { color: rgb(222,189,31); }
H1.HeaderClassName
{
color: #DEBD1F;
}
.AnyTagClassName
{
color: #DEBD1F;
}
</style>
background-color css
<style>
a { background-color: #DEBD1F; }
a { background-color: rgb(222,189,31); }
div.DivClassName
{
background-color: #DEBD1F;
}
.BgClassName
{
background-color: #DEBD1F;
}
</style>
border-color css
<style>
span { border-color: #DEBD1F; }
span { border-color: rgb(222,189,31); }
td.TdClassName
{
border-color: #DEBD1F;
}
.TagClassName
{
border-color: #DEBD1F;
}
</style>