Shades of Wattle #DDCD34
Tints of Wattle #DDCD34
RGB
CMYK
RGB Variations
Color information
#DDCD34 (or 0xDDCD34) is known color: Wattle. HEX triplet: DD, CD and 34. RGB value is (221,205,52). Sum of RGB (Red+Green+Blue) = 221+205+52=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 52 (20.70% from 255 or 10.88% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD34 is #2232CB. Grayscale: #C0C0C0. Windows color (decimal): -2241228 or 3460573. OLE color: 3460573.
HSL color Cylindrical-coordinate representation of color #DDCD34: hue angle of 54.32º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDCD34 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 52 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.13 |
| HSL | 54.32º | 0.71% | 0.54% | - |
| HSV(B) | 54.32º | 0.76% | 0.87% | - |
| XYZ | 52.27 | 59.28 | 11.94 | - |
| YUV | 192.34 | 48.8 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 52 | 0 | 0.07 | 0.76 | 0.13 | 54.32 | 0.71 | 0.54 |
| Hex | DD | CD | 34 | 0 | 7 | 4C | D | 36 | 47 | 36 |
| Octal | 335 | 315 | 64 | 0 | 7 | 114 | 15 | 66 | 107 | 66 |
| Binary | 11011101 | 11001101 | 110100 | 0 | 111 | 1001100 | 1101 | 110110 | 1000111 | 110110 |
Color Harmonies of #DDCD34
Complementary color
Monochromatic Colors of #DDCD34
Black with #DDCD34
Text Example
Text Example
White with #DDCD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD34; }
p { color: rgb(221,205,52); }
H1.HeaderClassName
{
color: #DDCD34;
}
.AnyTagClassName
{
color: #DDCD34;
}
</style>
background-color css
<style>
a { background-color: #DDCD34; }
a { background-color: rgb(221,205,52); }
div.DivClassName
{
background-color: #DDCD34;
}
.BgClassName
{
background-color: #DDCD34;
}
</style>
border-color css
<style>
span { border-color: #DDCD34; }
span { border-color: rgb(221,205,52); }
td.TdClassName
{
border-color: #DDCD34;
}
.TagClassName
{
border-color: #DDCD34;
}
</style>