Shades of Gold Tips #DDAC2A
Tints of Gold Tips #DDAC2A
RGB
CMYK
RGB Variations
Color information
#DDAC2A (or 0xDDAC2A) is known color: Gold Tips. HEX triplet: DD, AC and 2A. RGB value is (221,172,42). Sum of RGB (Red+Green+Blue) = 221+172+42=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 42 (16.80% from 255 or 9.66% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC2A is #2253D5. Grayscale: #ACACAC. Windows color (decimal): -2249686 or 2796765. OLE color: 2796765.
HSL color Cylindrical-coordinate representation of color #DDAC2A: hue angle of 43.58º 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 #DDAC2A is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 172 | 42 | - |
CMYK | 0 | 0.22 | 0.81 | 0.13 |
HSL | 43.58º | 0.72% | 0.52% | - |
HSV(B) | 43.58º | 0.81% | 0.87% | - |
XYZ | 44.99 | 45.04 | 8.51 | - |
YUV | 171.83 | 54.73 | 163.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 172 | 42 | 0 | 0.22 | 0.81 | 0.13 | 43.58 | 0.72 | 0.52 |
Hex | DD | AC | 2A | 0 | 16 | 51 | D | 2C | 48 | 34 |
Octal | 335 | 254 | 52 | 0 | 26 | 121 | 15 | 54 | 110 | 64 |
Binary | 11011101 | 10101100 | 101010 | 0 | 10110 | 1010001 | 1101 | 101100 | 1001000 | 110100 |
Color Harmonies of #DDAC2A
Complementary color
Monochromatic Colors of #DDAC2A
Black with #DDAC2A
Text Example
Text Example
White with #DDAC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC2A; }
p { color: rgb(221,172,42); }
H1.HeaderClassName
{
color: #DDAC2A;
}
.AnyTagClassName
{
color: #DDAC2A;
}
</style>
background-color css
<style>
a { background-color: #DDAC2A; }
a { background-color: rgb(221,172,42); }
div.DivClassName
{
background-color: #DDAC2A;
}
.BgClassName
{
background-color: #DDAC2A;
}
</style>
border-color css
<style>
span { border-color: #DDAC2A; }
span { border-color: rgb(221,172,42); }
td.TdClassName
{
border-color: #DDAC2A;
}
.TagClassName
{
border-color: #DDAC2A;
}
</style>