Shades of Gold Tips #DDBE2A
Tints of Gold Tips #DDBE2A
RGB
CMYK
RGB Variations
Color information
#DDBE2A (or 0xDDBE2A) is known color: Gold Tips. HEX triplet: DD, BE and 2A. RGB value is (221,190,42). Sum of RGB (Red+Green+Blue) = 221+190+42=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 42 (16.80% from 255 or 9.27% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE2A is #2241D5. Grayscale: #B7B7B7. Windows color (decimal): -2245078 or 2801373. OLE color: 2801373.
HSL color Cylindrical-coordinate representation of color #DDBE2A: hue angle of 49.61º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDBE2A is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 42 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.13 |
| HSL | 49.61º | 0.72% | 0.52% | - |
| HSV(B) | 49.61º | 0.81% | 0.87% | - |
| XYZ | 48.65 | 52.37 | 9.73 | - |
| YUV | 182.4 | 48.77 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 42 | 0 | 0.14 | 0.81 | 0.13 | 49.61 | 0.72 | 0.52 |
| Hex | DD | BE | 2A | 0 | E | 51 | D | 32 | 48 | 34 |
| Octal | 335 | 276 | 52 | 0 | 16 | 121 | 15 | 62 | 110 | 64 |
| Binary | 11011101 | 10111110 | 101010 | 0 | 1110 | 1010001 | 1101 | 110010 | 1001000 | 110100 |
Color Harmonies of #DDBE2A
Complementary color
Monochromatic Colors of #DDBE2A
Black with #DDBE2A
Text Example
Text Example
White with #DDBE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE2A; }
p { color: rgb(221,190,42); }
H1.HeaderClassName
{
color: #DDBE2A;
}
.AnyTagClassName
{
color: #DDBE2A;
}
</style>
background-color css
<style>
a { background-color: #DDBE2A; }
a { background-color: rgb(221,190,42); }
div.DivClassName
{
background-color: #DDBE2A;
}
.BgClassName
{
background-color: #DDBE2A;
}
</style>
border-color css
<style>
span { border-color: #DDBE2A; }
span { border-color: rgb(221,190,42); }
td.TdClassName
{
border-color: #DDBE2A;
}
.TagClassName
{
border-color: #DDBE2A;
}
</style>