Shades of Sunflower #DEB30C
Tints of Sunflower #DEB30C
RGB
CMYK
RGB Variations
Color information
#DEB30C (or 0xDEB30C) is known color: Sunflower. HEX triplet: DE, B3 and 0C. RGB value is (222,179,12). Sum of RGB (Red+Green+Blue) = 222+179+12=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB30C is #214CF3. Grayscale: #ADADAD. Windows color (decimal): -2182388 or 832478. OLE color: 832478.
HSL color Cylindrical-coordinate representation of color #DEB30C: hue angle of 47.71º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEB30C is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 179 | 12 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.13 |
| HSL | 47.71º | 0.9% | 0.46% | - |
| HSV(B) | 47.71º | 0.95% | 0.87% | - |
| XYZ | 46.31 | 47.8 | 7.13 | - |
| YUV | 172.82 | 37.25 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 179 | 12 | 0 | 0.19 | 0.95 | 0.13 | 47.71 | 0.9 | 0.46 |
| Hex | DE | B3 | C | 0 | 13 | 5F | D | 30 | 5A | 2E |
| Octal | 336 | 263 | 14 | 0 | 23 | 137 | 15 | 60 | 132 | 56 |
| Binary | 11011110 | 10110011 | 1100 | 0 | 10011 | 1011111 | 1101 | 110000 | 1011010 | 101110 |
Color Harmonies of #DEB30C
Complementary color
Monochromatic Colors of #DEB30C
Black with #DEB30C
Text Example
Text Example
White with #DEB30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB30C; }
p { color: rgb(222,179,12); }
H1.HeaderClassName
{
color: #DEB30C;
}
.AnyTagClassName
{
color: #DEB30C;
}
</style>
background-color css
<style>
a { background-color: #DEB30C; }
a { background-color: rgb(222,179,12); }
div.DivClassName
{
background-color: #DEB30C;
}
.BgClassName
{
background-color: #DEB30C;
}
</style>
border-color css
<style>
span { border-color: #DEB30C; }
span { border-color: rgb(222,179,12); }
td.TdClassName
{
border-color: #DEB30C;
}
.TagClassName
{
border-color: #DEB30C;
}
</style>