Shades of Gold Tips #DEB527
Tints of Gold Tips #DEB527
RGB
CMYK
RGB Variations
Color information
#DEB527 (or 0xDEB527) is known color: Gold Tips. HEX triplet: DE, B5 and 27. RGB value is (222,181,39). Sum of RGB (Red+Green+Blue) = 222+181+39=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 39 (15.62% from 255 or 8.82% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB527 is #214AD8. Grayscale: #B1B1B1. Windows color (decimal): -2181849 or 2602462. OLE color: 2602462.
HSL color Cylindrical-coordinate representation of color #DEB527: hue angle of 46.56º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEB527 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 181 | 39 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.13 |
| HSL | 46.56º | 0.73% | 0.51% | - |
| HSV(B) | 46.56º | 0.82% | 0.87% | - |
| XYZ | 47.01 | 48.72 | 8.85 | - |
| YUV | 177.07 | 50.08 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 181 | 39 | 0 | 0.18 | 0.82 | 0.13 | 46.56 | 0.73 | 0.51 |
| Hex | DE | B5 | 27 | 0 | 12 | 52 | D | 2F | 49 | 33 |
| Octal | 336 | 265 | 47 | 0 | 22 | 122 | 15 | 57 | 111 | 63 |
| Binary | 11011110 | 10110101 | 100111 | 0 | 10010 | 1010010 | 1101 | 101111 | 1001001 | 110011 |
Color Harmonies of #DEB527
Complementary color
Monochromatic Colors of #DEB527
Black with #DEB527
Text Example
Text Example
White with #DEB527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB527; }
p { color: rgb(222,181,39); }
H1.HeaderClassName
{
color: #DEB527;
}
.AnyTagClassName
{
color: #DEB527;
}
</style>
background-color css
<style>
a { background-color: #DEB527; }
a { background-color: rgb(222,181,39); }
div.DivClassName
{
background-color: #DEB527;
}
.BgClassName
{
background-color: #DEB527;
}
</style>
border-color css
<style>
span { border-color: #DEB527; }
span { border-color: rgb(222,181,39); }
td.TdClassName
{
border-color: #DEB527;
}
.TagClassName
{
border-color: #DEB527;
}
</style>