Shades of Gold Tips #DDAB30
Tints of Gold Tips #DDAB30
RGB
CMYK
RGB Variations
Color information
#DDAB30 (or 0xDDAB30) is known color: Gold Tips. HEX triplet: DD, AB and 30. RGB value is (221,171,48). Sum of RGB (Red+Green+Blue) = 221+171+48=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 48 (19.14% from 255 or 10.91% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB30 is #2254CF. Grayscale: #ACACAC. Windows color (decimal): -2249936 or 3189725. OLE color: 3189725.
HSL color Cylindrical-coordinate representation of color #DDAB30: hue angle of 42.66º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDAB30 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 48 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.13 |
| HSL | 42.66º | 0.72% | 0.53% | - |
| HSV(B) | 42.66º | 0.78% | 0.87% | - |
| XYZ | 44.92 | 44.71 | 9.06 | - |
| YUV | 171.93 | 58.07 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 48 | 0 | 0.23 | 0.78 | 0.13 | 42.66 | 0.72 | 0.53 |
| Hex | DD | AB | 30 | 0 | 17 | 4E | D | 2B | 48 | 35 |
| Octal | 335 | 253 | 60 | 0 | 27 | 116 | 15 | 53 | 110 | 65 |
| Binary | 11011101 | 10101011 | 110000 | 0 | 10111 | 1001110 | 1101 | 101011 | 1001000 | 110101 |
Color Harmonies of #DDAB30
Complementary color
Monochromatic Colors of #DDAB30
Black with #DDAB30
Text Example
Text Example
White with #DDAB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB30; }
p { color: rgb(221,171,48); }
H1.HeaderClassName
{
color: #DDAB30;
}
.AnyTagClassName
{
color: #DDAB30;
}
</style>
background-color css
<style>
a { background-color: #DDAB30; }
a { background-color: rgb(221,171,48); }
div.DivClassName
{
background-color: #DDAB30;
}
.BgClassName
{
background-color: #DDAB30;
}
</style>
border-color css
<style>
span { border-color: #DDAB30; }
span { border-color: rgb(221,171,48); }
td.TdClassName
{
border-color: #DDAB30;
}
.TagClassName
{
border-color: #DDAB30;
}
</style>