Shades of Wattle #DDCD36
Tints of Wattle #DDCD36
RGB
CMYK
RGB Variations
Color information
#DDCD36 (or 0xDDCD36) is known color: Wattle. HEX triplet: DD, CD and 36. RGB value is (221,205,54). Sum of RGB (Red+Green+Blue) = 221+205+54=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 54 (21.48% from 255 or 11.25% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD36 is #2232C9. Grayscale: #C1C1C1. Windows color (decimal): -2241226 or 3591645. OLE color: 3591645.
HSL color Cylindrical-coordinate representation of color #DDCD36: hue angle of 54.25º 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 #DDCD36 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 54 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.13 |
| HSL | 54.25º | 0.71% | 0.54% | - |
| HSV(B) | 54.25º | 0.76% | 0.87% | - |
| XYZ | 52.32 | 59.3 | 12.18 | - |
| YUV | 192.57 | 49.8 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 54 | 0 | 0.07 | 0.76 | 0.13 | 54.25 | 0.71 | 0.54 |
| Hex | DD | CD | 36 | 0 | 7 | 4C | D | 36 | 47 | 36 |
| Octal | 335 | 315 | 66 | 0 | 7 | 114 | 15 | 66 | 107 | 66 |
| Binary | 11011101 | 11001101 | 110110 | 0 | 111 | 1001100 | 1101 | 110110 | 1000111 | 110110 |
Color Harmonies of #DDCD36
Complementary color
Monochromatic Colors of #DDCD36
Black with #DDCD36
Text Example
Text Example
White with #DDCD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD36; }
p { color: rgb(221,205,54); }
H1.HeaderClassName
{
color: #DDCD36;
}
.AnyTagClassName
{
color: #DDCD36;
}
</style>
background-color css
<style>
a { background-color: #DDCD36; }
a { background-color: rgb(221,205,54); }
div.DivClassName
{
background-color: #DDCD36;
}
.BgClassName
{
background-color: #DDCD36;
}
</style>
border-color css
<style>
span { border-color: #DDCD36; }
span { border-color: rgb(221,205,54); }
td.TdClassName
{
border-color: #DDCD36;
}
.TagClassName
{
border-color: #DDCD36;
}
</style>