Shades of Gold Tips #DCB430
Tints of Gold Tips #DCB430
RGB
CMYK
RGB Variations
Color information
#DCB430 (or 0xDCB430) is known color: Gold Tips. HEX triplet: DC, B4 and 30. RGB value is (220,180,48). Sum of RGB (Red+Green+Blue) = 220+180+48=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB430 is #234BCF. Grayscale: #B1B1B1. Windows color (decimal): -2313168 or 3192028. OLE color: 3192028.
HSL color Cylindrical-coordinate representation of color #DCB430: hue angle of 46.05º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCB430 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 48 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.14 |
| HSL | 46.05º | 0.71% | 0.53% | - |
| HSV(B) | 46.05º | 0.78% | 0.86% | - |
| XYZ | 46.37 | 48.07 | 9.63 | - |
| YUV | 176.91 | 55.25 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 48 | 0 | 0.18 | 0.78 | 0.14 | 46.05 | 0.71 | 0.53 |
| Hex | DC | B4 | 30 | 0 | 12 | 4E | E | 2E | 47 | 35 |
| Octal | 334 | 264 | 60 | 0 | 22 | 116 | 16 | 56 | 107 | 65 |
| Binary | 11011100 | 10110100 | 110000 | 0 | 10010 | 1001110 | 1110 | 101110 | 1000111 | 110101 |
Color Harmonies of #DCB430
Complementary color
Monochromatic Colors of #DCB430
Black with #DCB430
Text Example
Text Example
White with #DCB430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB430; }
p { color: rgb(220,180,48); }
H1.HeaderClassName
{
color: #DCB430;
}
.AnyTagClassName
{
color: #DCB430;
}
</style>
background-color css
<style>
a { background-color: #DCB430; }
a { background-color: rgb(220,180,48); }
div.DivClassName
{
background-color: #DCB430;
}
.BgClassName
{
background-color: #DCB430;
}
</style>
border-color css
<style>
span { border-color: #DCB430; }
span { border-color: rgb(220,180,48); }
td.TdClassName
{
border-color: #DCB430;
}
.TagClassName
{
border-color: #DCB430;
}
</style>