Shades of Sunflower #DEB81C
Tints of Sunflower #DEB81C
RGB
CMYK
RGB Variations
Color information
#DEB81C (or 0xDEB81C) is known color: Sunflower. HEX triplet: DE, B8 and 1C. RGB value is (222,184,28). Sum of RGB (Red+Green+Blue) = 222+184+28=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 28 (11.33% from 255 or 6.45% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB81C is #2147E3. Grayscale: #B2B2B2. Windows color (decimal): -2181092 or 1882334. OLE color: 1882334.
HSL color Cylindrical-coordinate representation of color #DEB81C: hue angle of 48.25º 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 #DEB81C is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 184 | 28 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.13 |
| HSL | 48.25º | 0.78% | 0.49% | - |
| HSV(B) | 48.25º | 0.87% | 0.87% | - |
| XYZ | 47.47 | 49.89 | 8.23 | - |
| YUV | 177.58 | 43.59 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 184 | 28 | 0 | 0.17 | 0.87 | 0.13 | 48.25 | 0.78 | 0.49 |
| Hex | DE | B8 | 1C | 0 | 11 | 57 | D | 30 | 4E | 31 |
| Octal | 336 | 270 | 34 | 0 | 21 | 127 | 15 | 60 | 116 | 61 |
| Binary | 11011110 | 10111000 | 11100 | 0 | 10001 | 1010111 | 1101 | 110000 | 1001110 | 110001 |
Color Harmonies of #DEB81C
Complementary color
Monochromatic Colors of #DEB81C
Black with #DEB81C
Text Example
Text Example
White with #DEB81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB81C; }
p { color: rgb(222,184,28); }
H1.HeaderClassName
{
color: #DEB81C;
}
.AnyTagClassName
{
color: #DEB81C;
}
</style>
background-color css
<style>
a { background-color: #DEB81C; }
a { background-color: rgb(222,184,28); }
div.DivClassName
{
background-color: #DEB81C;
}
.BgClassName
{
background-color: #DEB81C;
}
</style>
border-color css
<style>
span { border-color: #DEB81C; }
span { border-color: rgb(222,184,28); }
td.TdClassName
{
border-color: #DEB81C;
}
.TagClassName
{
border-color: #DEB81C;
}
</style>