Shades of Gold Tips #DCBD30
Tints of Gold Tips #DCBD30
RGB
CMYK
RGB Variations
Color information
#DCBD30 (or 0xDCBD30) is known color: Gold Tips. HEX triplet: DC, BD and 30. RGB value is (220,189,48). Sum of RGB (Red+Green+Blue) = 220+189+48=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 48 (19.14% from 255 or 10.50% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD30 is #2342CF. Grayscale: #B6B6B6. Windows color (decimal): -2310864 or 3194332. OLE color: 3194332.
HSL color Cylindrical-coordinate representation of color #DCBD30: hue angle of 49.19º 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 #DCBD30 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 48 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.14 |
| HSL | 49.19º | 0.71% | 0.53% | - |
| HSV(B) | 49.19º | 0.78% | 0.86% | - |
| XYZ | 48.25 | 51.82 | 10.26 | - |
| YUV | 182.2 | 52.27 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 48 | 0 | 0.14 | 0.78 | 0.14 | 49.19 | 0.71 | 0.53 |
| Hex | DC | BD | 30 | 0 | E | 4E | E | 31 | 47 | 35 |
| Octal | 334 | 275 | 60 | 0 | 16 | 116 | 16 | 61 | 107 | 65 |
| Binary | 11011100 | 10111101 | 110000 | 0 | 1110 | 1001110 | 1110 | 110001 | 1000111 | 110101 |
Color Harmonies of #DCBD30
Complementary color
Monochromatic Colors of #DCBD30
Black with #DCBD30
Text Example
Text Example
White with #DCBD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD30; }
p { color: rgb(220,189,48); }
H1.HeaderClassName
{
color: #DCBD30;
}
.AnyTagClassName
{
color: #DCBD30;
}
</style>
background-color css
<style>
a { background-color: #DCBD30; }
a { background-color: rgb(220,189,48); }
div.DivClassName
{
background-color: #DCBD30;
}
.BgClassName
{
background-color: #DCBD30;
}
</style>
border-color css
<style>
span { border-color: #DCBD30; }
span { border-color: rgb(220,189,48); }
td.TdClassName
{
border-color: #DCBD30;
}
.TagClassName
{
border-color: #DCBD30;
}
</style>