Shades of Wattle #DDCD33
Tints of Wattle #DDCD33
RGB
CMYK
RGB Variations
Color information
#DDCD33 (or 0xDDCD33) is known color: Wattle. HEX triplet: DD, CD and 33. RGB value is (221,205,51). Sum of RGB (Red+Green+Blue) = 221+205+51=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 51 (20.31% from 255 or 10.69% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD33 is #2232CC. Grayscale: #C0C0C0. Windows color (decimal): -2241229 or 3395037. OLE color: 3395037.
HSL color Cylindrical-coordinate representation of color #DDCD33: hue angle of 54.35º 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 #DDCD33 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 51 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.13 |
| HSL | 54.35º | 0.71% | 0.53% | - |
| HSV(B) | 54.35º | 0.77% | 0.87% | - |
| XYZ | 52.25 | 59.27 | 11.82 | - |
| YUV | 192.23 | 48.3 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 51 | 0 | 0.07 | 0.77 | 0.13 | 54.35 | 0.71 | 0.53 |
| Hex | DD | CD | 33 | 0 | 7 | 4D | D | 36 | 47 | 35 |
| Octal | 335 | 315 | 63 | 0 | 7 | 115 | 15 | 66 | 107 | 65 |
| Binary | 11011101 | 11001101 | 110011 | 0 | 111 | 1001101 | 1101 | 110110 | 1000111 | 110101 |
Color Harmonies of #DDCD33
Complementary color
Monochromatic Colors of #DDCD33
Black with #DDCD33
Text Example
Text Example
White with #DDCD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD33; }
p { color: rgb(221,205,51); }
H1.HeaderClassName
{
color: #DDCD33;
}
.AnyTagClassName
{
color: #DDCD33;
}
</style>
background-color css
<style>
a { background-color: #DDCD33; }
a { background-color: rgb(221,205,51); }
div.DivClassName
{
background-color: #DDCD33;
}
.BgClassName
{
background-color: #DDCD33;
}
</style>
border-color css
<style>
span { border-color: #DDCD33; }
span { border-color: rgb(221,205,51); }
td.TdClassName
{
border-color: #DDCD33;
}
.TagClassName
{
border-color: #DDCD33;
}
</style>