Shades of Gold Tips #DEB823
Tints of Gold Tips #DEB823
RGB
CMYK
RGB Variations
Color information
#DEB823 (or 0xDEB823) is known color: Gold Tips. HEX triplet: DE, B8 and 23. RGB value is (222,184,35). Sum of RGB (Red+Green+Blue) = 222+184+35=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 35 (14.06% from 255 or 7.94% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB823 is #2147DC. Grayscale: #B3B3B3. Windows color (decimal): -2181085 or 2341086. OLE color: 2341086.
HSL color Cylindrical-coordinate representation of color #DEB823: hue angle of 47.81º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DEB823 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 184 | 35 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.13 |
| HSL | 47.81º | 0.74% | 0.5% | - |
| HSV(B) | 47.81º | 0.84% | 0.87% | - |
| XYZ | 47.57 | 49.93 | 8.72 | - |
| YUV | 178.38 | 47.09 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 184 | 35 | 0 | 0.17 | 0.84 | 0.13 | 47.81 | 0.74 | 0.5 |
| Hex | DE | B8 | 23 | 0 | 11 | 54 | D | 30 | 4A | 32 |
| Octal | 336 | 270 | 43 | 0 | 21 | 124 | 15 | 60 | 112 | 62 |
| Binary | 11011110 | 10111000 | 100011 | 0 | 10001 | 1010100 | 1101 | 110000 | 1001010 | 110010 |
Color Harmonies of #DEB823
Complementary color
Monochromatic Colors of #DEB823
Black with #DEB823
Text Example
Text Example
White with #DEB823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB823; }
p { color: rgb(222,184,35); }
H1.HeaderClassName
{
color: #DEB823;
}
.AnyTagClassName
{
color: #DEB823;
}
</style>
background-color css
<style>
a { background-color: #DEB823; }
a { background-color: rgb(222,184,35); }
div.DivClassName
{
background-color: #DEB823;
}
.BgClassName
{
background-color: #DEB823;
}
</style>
border-color css
<style>
span { border-color: #DEB823; }
span { border-color: rgb(222,184,35); }
td.TdClassName
{
border-color: #DEB823;
}
.TagClassName
{
border-color: #DEB823;
}
</style>