Shades of Gold Tips #DDBD2C
Tints of Gold Tips #DDBD2C
RGB
CMYK
RGB Variations
Color information
#DDBD2C (or 0xDDBD2C) is known color: Gold Tips. HEX triplet: DD, BD and 2C. RGB value is (221,189,44). Sum of RGB (Red+Green+Blue) = 221+189+44=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 44 (17.58% from 255 or 9.69% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBD2C is #2242D3. Grayscale: #B6B6B6. Windows color (decimal): -2245332 or 2932189. OLE color: 2932189.
HSL color Cylindrical-coordinate representation of color #DDBD2C: hue angle of 49.15º degrees, saturation: 0.72, 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 #DDBD2C is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 44 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.13 |
| HSL | 49.15º | 0.72% | 0.52% | - |
| HSV(B) | 49.15º | 0.8% | 0.87% | - |
| XYZ | 48.47 | 51.95 | 9.86 | - |
| YUV | 182.04 | 50.1 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 44 | 0 | 0.14 | 0.80 | 0.13 | 49.15 | 0.72 | 0.52 |
| Hex | DD | BD | 2C | 0 | E | 50 | D | 31 | 48 | 34 |
| Octal | 335 | 275 | 54 | 0 | 16 | 120 | 15 | 61 | 110 | 64 |
| Binary | 11011101 | 10111101 | 101100 | 0 | 1110 | 1010000 | 1101 | 110001 | 1001000 | 110100 |
Color Harmonies of #DDBD2C
Complementary color
Monochromatic Colors of #DDBD2C
Black with #DDBD2C
Text Example
Text Example
White with #DDBD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD2C; }
p { color: rgb(221,189,44); }
H1.HeaderClassName
{
color: #DDBD2C;
}
.AnyTagClassName
{
color: #DDBD2C;
}
</style>
background-color css
<style>
a { background-color: #DDBD2C; }
a { background-color: rgb(221,189,44); }
div.DivClassName
{
background-color: #DDBD2C;
}
.BgClassName
{
background-color: #DDBD2C;
}
</style>
border-color css
<style>
span { border-color: #DDBD2C; }
span { border-color: rgb(221,189,44); }
td.TdClassName
{
border-color: #DDBD2C;
}
.TagClassName
{
border-color: #DDBD2C;
}
</style>