Shades of Gold Tips #DDB21E
Tints of Gold Tips #DDB21E
RGB
CMYK
RGB Variations
Color information
#DDB21E (or 0xDDB21E) is known color: Gold Tips. HEX triplet: DD, B2 and 1E. RGB value is (221,178,30). Sum of RGB (Red+Green+Blue) = 221+178+30=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB21E is #224DE1. Grayscale: #AEAEAE. Windows color (decimal): -2248162 or 2011869. OLE color: 2011869.
HSL color Cylindrical-coordinate representation of color #DDB21E: hue angle of 46.49º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDB21E is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 30 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.13 |
| HSL | 46.49º | 0.76% | 0.49% | - |
| HSV(B) | 46.49º | 0.86% | 0.87% | - |
| XYZ | 45.97 | 47.31 | 7.94 | - |
| YUV | 173.99 | 46.75 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 30 | 0 | 0.19 | 0.86 | 0.13 | 46.49 | 0.76 | 0.49 |
| Hex | DD | B2 | 1E | 0 | 13 | 56 | D | 2E | 4C | 31 |
| Octal | 335 | 262 | 36 | 0 | 23 | 126 | 15 | 56 | 114 | 61 |
| Binary | 11011101 | 10110010 | 11110 | 0 | 10011 | 1010110 | 1101 | 101110 | 1001100 | 110001 |
Color Harmonies of #DDB21E
Complementary color
Monochromatic Colors of #DDB21E
Black with #DDB21E
Text Example
Text Example
White with #DDB21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB21E; }
p { color: rgb(221,178,30); }
H1.HeaderClassName
{
color: #DDB21E;
}
.AnyTagClassName
{
color: #DDB21E;
}
</style>
background-color css
<style>
a { background-color: #DDB21E; }
a { background-color: rgb(221,178,30); }
div.DivClassName
{
background-color: #DDB21E;
}
.BgClassName
{
background-color: #DDB21E;
}
</style>
border-color css
<style>
span { border-color: #DDB21E; }
span { border-color: rgb(221,178,30); }
td.TdClassName
{
border-color: #DDB21E;
}
.TagClassName
{
border-color: #DDB21E;
}
</style>