Shades of Gold Tips #DEBD2C
Tints of Gold Tips #DEBD2C
RGB
CMYK
RGB Variations
Color information
#DEBD2C (or 0xDEBD2C) is known color: Gold Tips. HEX triplet: DE, BD and 2C. RGB value is (222,189,44). Sum of RGB (Red+Green+Blue) = 222+189+44=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 44 (17.58% from 255 or 9.67% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBD2C is #2142D3. Grayscale: #B6B6B6. Windows color (decimal): -2179796 or 2932190. OLE color: 2932190.
HSL color Cylindrical-coordinate representation of color #DEBD2C: hue angle of 48.88º 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 #DEBD2C is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 44 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.13 |
| HSL | 48.88º | 0.73% | 0.52% | - |
| HSV(B) | 48.88º | 0.8% | 0.87% | - |
| XYZ | 48.78 | 52.11 | 9.87 | - |
| YUV | 182.34 | 49.93 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 44 | 0 | 0.15 | 0.80 | 0.13 | 48.88 | 0.73 | 0.52 |
| Hex | DE | BD | 2C | 0 | F | 50 | D | 31 | 49 | 34 |
| Octal | 336 | 275 | 54 | 0 | 17 | 120 | 15 | 61 | 111 | 64 |
| Binary | 11011110 | 10111101 | 101100 | 0 | 1111 | 1010000 | 1101 | 110001 | 1001001 | 110100 |
Color Harmonies of #DEBD2C
Complementary color
Monochromatic Colors of #DEBD2C
Black with #DEBD2C
Text Example
Text Example
White with #DEBD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBD2C; }
p { color: rgb(222,189,44); }
H1.HeaderClassName
{
color: #DEBD2C;
}
.AnyTagClassName
{
color: #DEBD2C;
}
</style>
background-color css
<style>
a { background-color: #DEBD2C; }
a { background-color: rgb(222,189,44); }
div.DivClassName
{
background-color: #DEBD2C;
}
.BgClassName
{
background-color: #DEBD2C;
}
</style>
border-color css
<style>
span { border-color: #DEBD2C; }
span { border-color: rgb(222,189,44); }
td.TdClassName
{
border-color: #DEBD2C;
}
.TagClassName
{
border-color: #DEBD2C;
}
</style>