Shades of Wattle #DDCC32
Tints of Wattle #DDCC32
RGB
CMYK
RGB Variations
Color information
#DDCC32 (or 0xDDCC32) is known color: Wattle. HEX triplet: DD, CC and 32. RGB value is (221,204,50). Sum of RGB (Red+Green+Blue) = 221+204+50=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 50 (19.92% from 255 or 10.53% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC32 is #2233CD. Grayscale: #C0C0C0. Windows color (decimal): -2241486 or 3329245. OLE color: 3329245.
HSL color Cylindrical-coordinate representation of color #DDCC32: hue angle of 54.04º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDCC32 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 50 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.13 |
| HSL | 54.04º | 0.72% | 0.53% | - |
| HSV(B) | 54.04º | 0.77% | 0.87% | - |
| XYZ | 51.99 | 58.79 | 11.62 | - |
| YUV | 191.53 | 48.13 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 50 | 0 | 0.08 | 0.77 | 0.13 | 54.04 | 0.72 | 0.53 |
| Hex | DD | CC | 32 | 0 | 8 | 4D | D | 36 | 48 | 35 |
| Octal | 335 | 314 | 62 | 0 | 10 | 115 | 15 | 66 | 110 | 65 |
| Binary | 11011101 | 11001100 | 110010 | 0 | 1000 | 1001101 | 1101 | 110110 | 1001000 | 110101 |
Color Harmonies of #DDCC32
Complementary color
Monochromatic Colors of #DDCC32
Black with #DDCC32
Text Example
Text Example
White with #DDCC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC32; }
p { color: rgb(221,204,50); }
H1.HeaderClassName
{
color: #DDCC32;
}
.AnyTagClassName
{
color: #DDCC32;
}
</style>
background-color css
<style>
a { background-color: #DDCC32; }
a { background-color: rgb(221,204,50); }
div.DivClassName
{
background-color: #DDCC32;
}
.BgClassName
{
background-color: #DDCC32;
}
</style>
border-color css
<style>
span { border-color: #DDCC32; }
span { border-color: rgb(221,204,50); }
td.TdClassName
{
border-color: #DDCC32;
}
.TagClassName
{
border-color: #DDCC32;
}
</style>