Shades of Gold Tips #DEB430
Tints of Gold Tips #DEB430
RGB
CMYK
RGB Variations
Color information
#DEB430 (or 0xDEB430) is known color: Gold Tips. HEX triplet: DE, B4 and 30. RGB value is (222,180,48). Sum of RGB (Red+Green+Blue) = 222+180+48=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 48 (19.14% from 255 or 10.67% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB430 is #214BCF. Grayscale: #B2B2B2. Windows color (decimal): -2182096 or 3192030. OLE color: 3192030.
HSL color Cylindrical-coordinate representation of color #DEB430: hue angle of 45.52º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DEB430 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 180 | 48 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.13 |
| HSL | 45.52º | 0.73% | 0.53% | - |
| HSV(B) | 45.52º | 0.78% | 0.87% | - |
| XYZ | 46.98 | 48.39 | 9.66 | - |
| YUV | 177.51 | 54.91 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 180 | 48 | 0 | 0.19 | 0.78 | 0.13 | 45.52 | 0.73 | 0.53 |
| Hex | DE | B4 | 30 | 0 | 13 | 4E | D | 2E | 48 | 35 |
| Octal | 336 | 264 | 60 | 0 | 23 | 116 | 15 | 56 | 110 | 65 |
| Binary | 11011110 | 10110100 | 110000 | 0 | 10011 | 1001110 | 1101 | 101110 | 1001000 | 110101 |
Color Harmonies of #DEB430
Complementary color
Monochromatic Colors of #DEB430
Black with #DEB430
Text Example
Text Example
White with #DEB430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB430; }
p { color: rgb(222,180,48); }
H1.HeaderClassName
{
color: #DEB430;
}
.AnyTagClassName
{
color: #DEB430;
}
</style>
background-color css
<style>
a { background-color: #DEB430; }
a { background-color: rgb(222,180,48); }
div.DivClassName
{
background-color: #DEB430;
}
.BgClassName
{
background-color: #DEB430;
}
</style>
border-color css
<style>
span { border-color: #DEB430; }
span { border-color: rgb(222,180,48); }
td.TdClassName
{
border-color: #DEB430;
}
.TagClassName
{
border-color: #DEB430;
}
</style>