Shades of Gold Tips #DDB62D
Tints of Gold Tips #DDB62D
RGB
CMYK
RGB Variations
Color information
#DDB62D (or 0xDDB62D) is known color: Gold Tips. HEX triplet: DD, B6 and 2D. RGB value is (221,182,45). Sum of RGB (Red+Green+Blue) = 221+182+45=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB62D is #2249D2. Grayscale: #B2B2B2. Windows color (decimal): -2247123 or 2995933. OLE color: 2995933.
HSL color Cylindrical-coordinate representation of color #DDB62D: hue angle of 46.7º 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 #DDB62D is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 45 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.13 |
| HSL | 46.7º | 0.72% | 0.52% | - |
| HSV(B) | 46.7º | 0.8% | 0.87% | - |
| XYZ | 47.02 | 49.02 | 9.47 | - |
| YUV | 178.04 | 52.92 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 45 | 0 | 0.18 | 0.80 | 0.13 | 46.7 | 0.72 | 0.52 |
| Hex | DD | B6 | 2D | 0 | 12 | 50 | D | 2F | 48 | 34 |
| Octal | 335 | 266 | 55 | 0 | 22 | 120 | 15 | 57 | 110 | 64 |
| Binary | 11011101 | 10110110 | 101101 | 0 | 10010 | 1010000 | 1101 | 101111 | 1001000 | 110100 |
Color Harmonies of #DDB62D
Complementary color
Monochromatic Colors of #DDB62D
Black with #DDB62D
Text Example
Text Example
White with #DDB62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB62D; }
p { color: rgb(221,182,45); }
H1.HeaderClassName
{
color: #DDB62D;
}
.AnyTagClassName
{
color: #DDB62D;
}
</style>
background-color css
<style>
a { background-color: #DDB62D; }
a { background-color: rgb(221,182,45); }
div.DivClassName
{
background-color: #DDB62D;
}
.BgClassName
{
background-color: #DDB62D;
}
</style>
border-color css
<style>
span { border-color: #DDB62D; }
span { border-color: rgb(221,182,45); }
td.TdClassName
{
border-color: #DDB62D;
}
.TagClassName
{
border-color: #DDB62D;
}
</style>