Shades of Sunflower #DEB71C
Tints of Sunflower #DEB71C
RGB
CMYK
RGB Variations
Color information
#DEB71C (or 0xDEB71C) is known color: Sunflower. HEX triplet: DE, B7 and 1C. RGB value is (222,183,28). Sum of RGB (Red+Green+Blue) = 222+183+28=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 28 (11.33% from 255 or 6.47% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB71C is #2148E3. Grayscale: #B1B1B1. Windows color (decimal): -2181348 or 1882078. OLE color: 1882078.
HSL color Cylindrical-coordinate representation of color #DEB71C: hue angle of 47.94º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEB71C is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 183 | 28 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.13 |
| HSL | 47.94º | 0.78% | 0.49% | - |
| HSV(B) | 47.94º | 0.87% | 0.87% | - |
| XYZ | 47.27 | 49.48 | 8.16 | - |
| YUV | 176.99 | 43.92 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 183 | 28 | 0 | 0.18 | 0.87 | 0.13 | 47.94 | 0.78 | 0.49 |
| Hex | DE | B7 | 1C | 0 | 12 | 57 | D | 30 | 4E | 31 |
| Octal | 336 | 267 | 34 | 0 | 22 | 127 | 15 | 60 | 116 | 61 |
| Binary | 11011110 | 10110111 | 11100 | 0 | 10010 | 1010111 | 1101 | 110000 | 1001110 | 110001 |
Color Harmonies of #DEB71C
Complementary color
Monochromatic Colors of #DEB71C
Black with #DEB71C
Text Example
Text Example
White with #DEB71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB71C; }
p { color: rgb(222,183,28); }
H1.HeaderClassName
{
color: #DEB71C;
}
.AnyTagClassName
{
color: #DEB71C;
}
</style>
background-color css
<style>
a { background-color: #DEB71C; }
a { background-color: rgb(222,183,28); }
div.DivClassName
{
background-color: #DEB71C;
}
.BgClassName
{
background-color: #DEB71C;
}
</style>
border-color css
<style>
span { border-color: #DEB71C; }
span { border-color: rgb(222,183,28); }
td.TdClassName
{
border-color: #DEB71C;
}
.TagClassName
{
border-color: #DEB71C;
}
</style>