Shades of Gold Tips #DEB72C
Tints of Gold Tips #DEB72C
RGB
CMYK
RGB Variations
Color information
#DEB72C (or 0xDEB72C) is known color: Gold Tips. HEX triplet: DE, B7 and 2C. RGB value is (222,183,44). Sum of RGB (Red+Green+Blue) = 222+183+44=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 44 (17.58% from 255 or 9.80% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB72C is #2148D3. Grayscale: #B3B3B3. Windows color (decimal): -2181332 or 2930654. OLE color: 2930654.
HSL color Cylindrical-coordinate representation of color #DEB72C: hue angle of 46.85º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEB72C is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 183 | 44 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.13 |
| HSL | 46.85º | 0.73% | 0.52% | - |
| HSV(B) | 46.85º | 0.8% | 0.87% | - |
| XYZ | 47.51 | 49.58 | 9.45 | - |
| YUV | 178.82 | 51.92 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 183 | 44 | 0 | 0.18 | 0.80 | 0.13 | 46.85 | 0.73 | 0.52 |
| Hex | DE | B7 | 2C | 0 | 12 | 50 | D | 2F | 49 | 34 |
| Octal | 336 | 267 | 54 | 0 | 22 | 120 | 15 | 57 | 111 | 64 |
| Binary | 11011110 | 10110111 | 101100 | 0 | 10010 | 1010000 | 1101 | 101111 | 1001001 | 110100 |
Color Harmonies of #DEB72C
Complementary color
Monochromatic Colors of #DEB72C
Black with #DEB72C
Text Example
Text Example
White with #DEB72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB72C; }
p { color: rgb(222,183,44); }
H1.HeaderClassName
{
color: #DEB72C;
}
.AnyTagClassName
{
color: #DEB72C;
}
</style>
background-color css
<style>
a { background-color: #DEB72C; }
a { background-color: rgb(222,183,44); }
div.DivClassName
{
background-color: #DEB72C;
}
.BgClassName
{
background-color: #DEB72C;
}
</style>
border-color css
<style>
span { border-color: #DEB72C; }
span { border-color: rgb(222,183,44); }
td.TdClassName
{
border-color: #DEB72C;
}
.TagClassName
{
border-color: #DEB72C;
}
</style>