Shades of Gold Tips #DDB224
Tints of Gold Tips #DDB224
RGB
CMYK
RGB Variations
Color information
#DDB224 (or 0xDDB224) is known color: Gold Tips. HEX triplet: DD, B2 and 24. RGB value is (221,178,36). Sum of RGB (Red+Green+Blue) = 221+178+36=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 36 (14.45% from 255 or 8.28% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB224 is #224DDB. Grayscale: #AFAFAF. Windows color (decimal): -2248156 or 2405085. OLE color: 2405085.
HSL color Cylindrical-coordinate representation of color #DDB224: hue angle of 46.05º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDB224 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 36 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.13 |
| HSL | 46.05º | 0.73% | 0.5% | - |
| HSV(B) | 46.05º | 0.84% | 0.87% | - |
| XYZ | 46.06 | 47.34 | 8.38 | - |
| YUV | 174.67 | 49.75 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 36 | 0 | 0.19 | 0.84 | 0.13 | 46.05 | 0.73 | 0.5 |
| Hex | DD | B2 | 24 | 0 | 13 | 54 | D | 2E | 49 | 32 |
| Octal | 335 | 262 | 44 | 0 | 23 | 124 | 15 | 56 | 111 | 62 |
| Binary | 11011101 | 10110010 | 100100 | 0 | 10011 | 1010100 | 1101 | 101110 | 1001001 | 110010 |
Color Harmonies of #DDB224
Complementary color
Monochromatic Colors of #DDB224
Black with #DDB224
Text Example
Text Example
White with #DDB224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB224; }
p { color: rgb(221,178,36); }
H1.HeaderClassName
{
color: #DDB224;
}
.AnyTagClassName
{
color: #DDB224;
}
</style>
background-color css
<style>
a { background-color: #DDB224; }
a { background-color: rgb(221,178,36); }
div.DivClassName
{
background-color: #DDB224;
}
.BgClassName
{
background-color: #DDB224;
}
</style>
border-color css
<style>
span { border-color: #DDB224; }
span { border-color: rgb(221,178,36); }
td.TdClassName
{
border-color: #DDB224;
}
.TagClassName
{
border-color: #DDB224;
}
</style>