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