Shades of Wattle #DDCD39
Tints of Wattle #DDCD39
RGB
CMYK
RGB Variations
Color information
#DDCD39 (or 0xDDCD39) is known color: Wattle. HEX triplet: DD, CD and 39. RGB value is (221,205,57). Sum of RGB (Red+Green+Blue) = 221+205+57=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 57 (22.66% from 255 or 11.80% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD39 is #2232C6. Grayscale: #C1C1C1. Windows color (decimal): -2241223 or 3788253. OLE color: 3788253.
HSL color Cylindrical-coordinate representation of color #DDCD39: hue angle of 54.15º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDCD39 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 57 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.13 |
| HSL | 54.15º | 0.71% | 0.55% | - |
| HSV(B) | 54.15º | 0.74% | 0.87% | - |
| XYZ | 52.39 | 59.33 | 12.56 | - |
| YUV | 192.91 | 51.3 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 57 | 0 | 0.07 | 0.74 | 0.13 | 54.15 | 0.71 | 0.55 |
| Hex | DD | CD | 39 | 0 | 7 | 4A | D | 36 | 47 | 37 |
| Octal | 335 | 315 | 71 | 0 | 7 | 112 | 15 | 66 | 107 | 67 |
| Binary | 11011101 | 11001101 | 111001 | 0 | 111 | 1001010 | 1101 | 110110 | 1000111 | 110111 |
Color Harmonies of #DDCD39
Complementary color
Monochromatic Colors of #DDCD39
Black with #DDCD39
Text Example
Text Example
White with #DDCD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD39; }
p { color: rgb(221,205,57); }
H1.HeaderClassName
{
color: #DDCD39;
}
.AnyTagClassName
{
color: #DDCD39;
}
</style>
background-color css
<style>
a { background-color: #DDCD39; }
a { background-color: rgb(221,205,57); }
div.DivClassName
{
background-color: #DDCD39;
}
.BgClassName
{
background-color: #DDCD39;
}
</style>
border-color css
<style>
span { border-color: #DDCD39; }
span { border-color: rgb(221,205,57); }
td.TdClassName
{
border-color: #DDCD39;
}
.TagClassName
{
border-color: #DDCD39;
}
</style>