Shades of Wattle #DDCC33
Tints of Wattle #DDCC33
RGB
CMYK
RGB Variations
Color information
#DDCC33 (or 0xDDCC33) is known color: Wattle. HEX triplet: DD, CC and 33. RGB value is (221,204,51). Sum of RGB (Red+Green+Blue) = 221+204+51=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 51 (20.31% from 255 or 10.71% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC33 is #2233CC. Grayscale: #C0C0C0. Windows color (decimal): -2241485 or 3394781. OLE color: 3394781.
HSL color Cylindrical-coordinate representation of color #DDCC33: hue angle of 54º degrees, saturation: 0.71, 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 #DDCC33 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 51 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.13 |
| HSL | 54º | 0.71% | 0.53% | - |
| HSV(B) | 54º | 0.77% | 0.87% | - |
| XYZ | 52.01 | 58.8 | 11.74 | - |
| YUV | 191.64 | 48.63 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 51 | 0 | 0.08 | 0.77 | 0.13 | 54 | 0.71 | 0.53 |
| Hex | DD | CC | 33 | 0 | 8 | 4D | D | 36 | 47 | 35 |
| Octal | 335 | 314 | 63 | 0 | 10 | 115 | 15 | 66 | 107 | 65 |
| Binary | 11011101 | 11001100 | 110011 | 0 | 1000 | 1001101 | 1101 | 110110 | 1000111 | 110101 |
Color Harmonies of #DDCC33
Complementary color
Monochromatic Colors of #DDCC33
Black with #DDCC33
Text Example
Text Example
White with #DDCC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC33; }
p { color: rgb(221,204,51); }
H1.HeaderClassName
{
color: #DDCC33;
}
.AnyTagClassName
{
color: #DDCC33;
}
</style>
background-color css
<style>
a { background-color: #DDCC33; }
a { background-color: rgb(221,204,51); }
div.DivClassName
{
background-color: #DDCC33;
}
.BgClassName
{
background-color: #DDCC33;
}
</style>
border-color css
<style>
span { border-color: #DDCC33; }
span { border-color: rgb(221,204,51); }
td.TdClassName
{
border-color: #DDCC33;
}
.TagClassName
{
border-color: #DDCC33;
}
</style>