Shades of Gold Tips #DDB32D
Tints of Gold Tips #DDB32D
RGB
CMYK
RGB Variations
Color information
#DDB32D (or 0xDDB32D) is known color: Gold Tips. HEX triplet: DD, B3 and 2D. RGB value is (221,179,45). Sum of RGB (Red+Green+Blue) = 221+179+45=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB32D is #224CD2. Grayscale: #B0B0B0. Windows color (decimal): -2247891 or 2995165. OLE color: 2995165.
HSL color Cylindrical-coordinate representation of color #DDB32D: hue angle of 45.68º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDB32D is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 179 | 45 | - |
CMYK | 0 | 0.19 | 0.80 | 0.13 |
HSL | 45.68º | 0.72% | 0.52% | - |
HSV(B) | 45.68º | 0.8% | 0.87% | - |
XYZ | 46.41 | 47.8 | 9.26 | - |
YUV | 176.28 | 53.91 | 159.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 179 | 45 | 0 | 0.19 | 0.80 | 0.13 | 45.68 | 0.72 | 0.52 |
Hex | DD | B3 | 2D | 0 | 13 | 50 | D | 2E | 48 | 34 |
Octal | 335 | 263 | 55 | 0 | 23 | 120 | 15 | 56 | 110 | 64 |
Binary | 11011101 | 10110011 | 101101 | 0 | 10011 | 1010000 | 1101 | 101110 | 1001000 | 110100 |
Color Harmonies of #DDB32D
Complementary color
Monochromatic Colors of #DDB32D
Black with #DDB32D
Text Example
Text Example
White with #DDB32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB32D; }
p { color: rgb(221,179,45); }
H1.HeaderClassName
{
color: #DDB32D;
}
.AnyTagClassName
{
color: #DDB32D;
}
</style>
background-color css
<style>
a { background-color: #DDB32D; }
a { background-color: rgb(221,179,45); }
div.DivClassName
{
background-color: #DDB32D;
}
.BgClassName
{
background-color: #DDB32D;
}
</style>
border-color css
<style>
span { border-color: #DDB32D; }
span { border-color: rgb(221,179,45); }
td.TdClassName
{
border-color: #DDB32D;
}
.TagClassName
{
border-color: #DDB32D;
}
</style>