Shades of Sunflower #DEB10C
Tints of Sunflower #DEB10C
RGB
CMYK
RGB Variations
Color information
#DEB10C (or 0xDEB10C) is known color: Sunflower. HEX triplet: DE, B1 and 0C. RGB value is (222,177,12). Sum of RGB (Red+Green+Blue) = 222+177+12=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEB10C is #214EF3. Grayscale: #ACACAC. Windows color (decimal): -2182900 or 831966. OLE color: 831966.
HSL color Cylindrical-coordinate representation of color #DEB10C: hue angle of 47.14º 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 #DEB10C is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 177 | 12 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.13 |
| HSL | 47.14º | 0.9% | 0.46% | - |
| HSV(B) | 47.14º | 0.95% | 0.87% | - |
| XYZ | 45.91 | 47 | 7 | - |
| YUV | 171.65 | 37.91 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 177 | 12 | 0 | 0.20 | 0.95 | 0.13 | 47.14 | 0.9 | 0.46 |
| Hex | DE | B1 | C | 0 | 14 | 5F | D | 2F | 5A | 2E |
| Octal | 336 | 261 | 14 | 0 | 24 | 137 | 15 | 57 | 132 | 56 |
| Binary | 11011110 | 10110001 | 1100 | 0 | 10100 | 1011111 | 1101 | 101111 | 1011010 | 101110 |
Color Harmonies of #DEB10C
Complementary color
Monochromatic Colors of #DEB10C
Black with #DEB10C
Text Example
Text Example
White with #DEB10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB10C; }
p { color: rgb(222,177,12); }
H1.HeaderClassName
{
color: #DEB10C;
}
.AnyTagClassName
{
color: #DEB10C;
}
</style>
background-color css
<style>
a { background-color: #DEB10C; }
a { background-color: rgb(222,177,12); }
div.DivClassName
{
background-color: #DEB10C;
}
.BgClassName
{
background-color: #DEB10C;
}
</style>
border-color css
<style>
span { border-color: #DEB10C; }
span { border-color: rgb(222,177,12); }
td.TdClassName
{
border-color: #DEB10C;
}
.TagClassName
{
border-color: #DEB10C;
}
</style>