Shades of Gold Tips #DDB21A
Tints of Gold Tips #DDB21A
RGB
CMYK
RGB Variations
Color information
#DDB21A (or 0xDDB21A) is known color: Gold Tips. HEX triplet: DD, B2 and 1A. RGB value is (221,178,26). Sum of RGB (Red+Green+Blue) = 221+178+26=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 26 (10.55% from 255 or 6.12% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB21A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB21A is #224DE5. Grayscale: #AEAEAE. Windows color (decimal): -2248166 or 1749725. OLE color: 1749725.
HSL color Cylindrical-coordinate representation of color #DDB21A: hue angle of 46.77º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDB21A is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 26 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.13 |
| HSL | 46.77º | 0.79% | 0.48% | - |
| HSV(B) | 46.77º | 0.88% | 0.87% | - |
| XYZ | 45.93 | 47.29 | 7.68 | - |
| YUV | 173.53 | 44.75 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 26 | 0 | 0.19 | 0.88 | 0.13 | 46.77 | 0.79 | 0.48 |
| Hex | DD | B2 | 1A | 0 | 13 | 58 | D | 2F | 4F | 30 |
| Octal | 335 | 262 | 32 | 0 | 23 | 130 | 15 | 57 | 117 | 60 |
| Binary | 11011101 | 10110010 | 11010 | 0 | 10011 | 1011000 | 1101 | 101111 | 1001111 | 110000 |
Color Harmonies of #DDB21A
Complementary color
Monochromatic Colors of #DDB21A
Black with #DDB21A
Text Example
Text Example
White with #DDB21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB21A; }
p { color: rgb(221,178,26); }
H1.HeaderClassName
{
color: #DDB21A;
}
.AnyTagClassName
{
color: #DDB21A;
}
</style>
background-color css
<style>
a { background-color: #DDB21A; }
a { background-color: rgb(221,178,26); }
div.DivClassName
{
background-color: #DDB21A;
}
.BgClassName
{
background-color: #DDB21A;
}
</style>
border-color css
<style>
span { border-color: #DDB21A; }
span { border-color: rgb(221,178,26); }
td.TdClassName
{
border-color: #DDB21A;
}
.TagClassName
{
border-color: #DDB21A;
}
</style>