Shades of Gold Tips #DDB22B
Tints of Gold Tips #DDB22B
RGB
CMYK
RGB Variations
Color information
#DDB22B (or 0xDDB22B) is known color: Gold Tips. HEX triplet: DD, B2 and 2B. RGB value is (221,178,43). Sum of RGB (Red+Green+Blue) = 221+178+43=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 43 (17.19% from 255 or 9.73% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB22B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB22B is #224DD4. Grayscale: #B0B0B0. Windows color (decimal): -2248149 or 2863837. OLE color: 2863837.
HSL color Cylindrical-coordinate representation of color #DDB22B: hue angle of 45.51º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDB22B is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 43 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.13 |
| HSL | 45.51º | 0.72% | 0.52% | - |
| HSV(B) | 45.51º | 0.81% | 0.87% | - |
| XYZ | 46.18 | 47.39 | 9 | - |
| YUV | 175.47 | 53.25 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 43 | 0 | 0.19 | 0.81 | 0.13 | 45.51 | 0.72 | 0.52 |
| Hex | DD | B2 | 2B | 0 | 13 | 51 | D | 2E | 48 | 34 |
| Octal | 335 | 262 | 53 | 0 | 23 | 121 | 15 | 56 | 110 | 64 |
| Binary | 11011101 | 10110010 | 101011 | 0 | 10011 | 1010001 | 1101 | 101110 | 1001000 | 110100 |
Color Harmonies of #DDB22B
Complementary color
Monochromatic Colors of #DDB22B
Black with #DDB22B
Text Example
Text Example
White with #DDB22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB22B; }
p { color: rgb(221,178,43); }
H1.HeaderClassName
{
color: #DDB22B;
}
.AnyTagClassName
{
color: #DDB22B;
}
</style>
background-color css
<style>
a { background-color: #DDB22B; }
a { background-color: rgb(221,178,43); }
div.DivClassName
{
background-color: #DDB22B;
}
.BgClassName
{
background-color: #DDB22B;
}
</style>
border-color css
<style>
span { border-color: #DDB22B; }
span { border-color: rgb(221,178,43); }
td.TdClassName
{
border-color: #DDB22B;
}
.TagClassName
{
border-color: #DDB22B;
}
</style>