Shades of Gold Tips #DDB21D
Tints of Gold Tips #DDB21D
RGB
CMYK
RGB Variations
Color information
#DDB21D (or 0xDDB21D) is known color: Gold Tips. HEX triplet: DD, B2 and 1D. RGB value is (221,178,29). Sum of RGB (Red+Green+Blue) = 221+178+29=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB21D is #224DE2. Grayscale: #AEAEAE. Windows color (decimal): -2248163 or 1946333. OLE color: 1946333.
HSL color Cylindrical-coordinate representation of color #DDB21D: hue angle of 46.56º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDB21D is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 29 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.13 |
| HSL | 46.56º | 0.77% | 0.49% | - |
| HSV(B) | 46.56º | 0.87% | 0.87% | - |
| XYZ | 45.96 | 47.3 | 7.87 | - |
| YUV | 173.87 | 46.25 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 29 | 0 | 0.19 | 0.87 | 0.13 | 46.56 | 0.77 | 0.49 |
| Hex | DD | B2 | 1D | 0 | 13 | 57 | D | 2F | 4D | 31 |
| Octal | 335 | 262 | 35 | 0 | 23 | 127 | 15 | 57 | 115 | 61 |
| Binary | 11011101 | 10110010 | 11101 | 0 | 10011 | 1010111 | 1101 | 101111 | 1001101 | 110001 |
Color Harmonies of #DDB21D
Complementary color
Monochromatic Colors of #DDB21D
Black with #DDB21D
Text Example
Text Example
White with #DDB21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB21D; }
p { color: rgb(221,178,29); }
H1.HeaderClassName
{
color: #DDB21D;
}
.AnyTagClassName
{
color: #DDB21D;
}
</style>
background-color css
<style>
a { background-color: #DDB21D; }
a { background-color: rgb(221,178,29); }
div.DivClassName
{
background-color: #DDB21D;
}
.BgClassName
{
background-color: #DDB21D;
}
</style>
border-color css
<style>
span { border-color: #DDB21D; }
span { border-color: rgb(221,178,29); }
td.TdClassName
{
border-color: #DDB21D;
}
.TagClassName
{
border-color: #DDB21D;
}
</style>