Shades of Gold Tips #DDBE2C
Tints of Gold Tips #DDBE2C
RGB
CMYK
RGB Variations
Color information
#DDBE2C (or 0xDDBE2C) is known color: Gold Tips. HEX triplet: DD, BE and 2C. RGB value is (221,190,44). Sum of RGB (Red+Green+Blue) = 221+190+44=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 44 (17.58% from 255 or 9.67% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE2C is #2241D3. Grayscale: #B7B7B7. Windows color (decimal): -2245076 or 2932445. OLE color: 2932445.
HSL color Cylindrical-coordinate representation of color #DDBE2C: hue angle of 49.49º 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 #DDBE2C is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 44 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.13 |
| HSL | 49.49º | 0.72% | 0.52% | - |
| HSV(B) | 49.49º | 0.8% | 0.87% | - |
| XYZ | 48.69 | 52.38 | 9.93 | - |
| YUV | 182.63 | 49.77 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 44 | 0 | 0.14 | 0.80 | 0.13 | 49.49 | 0.72 | 0.52 |
| Hex | DD | BE | 2C | 0 | E | 50 | D | 31 | 48 | 34 |
| Octal | 335 | 276 | 54 | 0 | 16 | 120 | 15 | 61 | 110 | 64 |
| Binary | 11011101 | 10111110 | 101100 | 0 | 1110 | 1010000 | 1101 | 110001 | 1001000 | 110100 |
Color Harmonies of #DDBE2C
Complementary color
Monochromatic Colors of #DDBE2C
Black with #DDBE2C
Text Example
Text Example
White with #DDBE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE2C; }
p { color: rgb(221,190,44); }
H1.HeaderClassName
{
color: #DDBE2C;
}
.AnyTagClassName
{
color: #DDBE2C;
}
</style>
background-color css
<style>
a { background-color: #DDBE2C; }
a { background-color: rgb(221,190,44); }
div.DivClassName
{
background-color: #DDBE2C;
}
.BgClassName
{
background-color: #DDBE2C;
}
</style>
border-color css
<style>
span { border-color: #DDBE2C; }
span { border-color: rgb(221,190,44); }
td.TdClassName
{
border-color: #DDBE2C;
}
.TagClassName
{
border-color: #DDBE2C;
}
</style>