Shades of Gold Tips #DDB12E
Tints of Gold Tips #DDB12E
RGB
CMYK
RGB Variations
Color information
#DDB12E (or 0xDDB12E) is known color: Gold Tips. HEX triplet: DD, B1 and 2E. RGB value is (221,177,46). Sum of RGB (Red+Green+Blue) = 221+177+46=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 46 (18.36% from 255 or 10.36% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB12E is #224ED1. Grayscale: #AFAFAF. Windows color (decimal): -2248402 or 3060189. OLE color: 3060189.
HSL color Cylindrical-coordinate representation of color #DDB12E: hue angle of 44.91º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDB12E is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 46 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.13 |
| HSL | 44.91º | 0.72% | 0.52% | - |
| HSV(B) | 44.91º | 0.79% | 0.87% | - |
| XYZ | 46.03 | 47.01 | 9.23 | - |
| YUV | 175.22 | 55.08 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 46 | 0 | 0.20 | 0.79 | 0.13 | 44.91 | 0.72 | 0.52 |
| Hex | DD | B1 | 2E | 0 | 14 | 4F | D | 2D | 48 | 34 |
| Octal | 335 | 261 | 56 | 0 | 24 | 117 | 15 | 55 | 110 | 64 |
| Binary | 11011101 | 10110001 | 101110 | 0 | 10100 | 1001111 | 1101 | 101101 | 1001000 | 110100 |
Color Harmonies of #DDB12E
Complementary color
Monochromatic Colors of #DDB12E
Black with #DDB12E
Text Example
Text Example
White with #DDB12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB12E; }
p { color: rgb(221,177,46); }
H1.HeaderClassName
{
color: #DDB12E;
}
.AnyTagClassName
{
color: #DDB12E;
}
</style>
background-color css
<style>
a { background-color: #DDB12E; }
a { background-color: rgb(221,177,46); }
div.DivClassName
{
background-color: #DDB12E;
}
.BgClassName
{
background-color: #DDB12E;
}
</style>
border-color css
<style>
span { border-color: #DDB12E; }
span { border-color: rgb(221,177,46); }
td.TdClassName
{
border-color: #DDB12E;
}
.TagClassName
{
border-color: #DDB12E;
}
</style>