Shades of Wattle #DDCD3E
Tints of Wattle #DDCD3E
RGB
CMYK
RGB Variations
Color information
#DDCD3E (or 0xDDCD3E) is known color: Wattle. HEX triplet: DD, CD and 3E. RGB value is (221,205,62). Sum of RGB (Red+Green+Blue) = 221+205+62=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 62 (24.61% from 255 or 12.70% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD3E is #2232C1. Grayscale: #C2C2C2. Windows color (decimal): -2241218 or 4115933. OLE color: 4115933.
HSL color Cylindrical-coordinate representation of color #DDCD3E: hue angle of 53.96º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDCD3E is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 62 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.13 |
| HSL | 53.96º | 0.7% | 0.55% | - |
| HSV(B) | 53.96º | 0.72% | 0.87% | - |
| XYZ | 52.52 | 59.38 | 13.25 | - |
| YUV | 193.48 | 53.8 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 62 | 0 | 0.07 | 0.72 | 0.13 | 53.96 | 0.7 | 0.55 |
| Hex | DD | CD | 3E | 0 | 7 | 48 | D | 36 | 46 | 37 |
| Octal | 335 | 315 | 76 | 0 | 7 | 110 | 15 | 66 | 106 | 67 |
| Binary | 11011101 | 11001101 | 111110 | 0 | 111 | 1001000 | 1101 | 110110 | 1000110 | 110111 |
Color Harmonies of #DDCD3E
Complementary color
Monochromatic Colors of #DDCD3E
Black with #DDCD3E
Text Example
Text Example
White with #DDCD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD3E; }
p { color: rgb(221,205,62); }
H1.HeaderClassName
{
color: #DDCD3E;
}
.AnyTagClassName
{
color: #DDCD3E;
}
</style>
background-color css
<style>
a { background-color: #DDCD3E; }
a { background-color: rgb(221,205,62); }
div.DivClassName
{
background-color: #DDCD3E;
}
.BgClassName
{
background-color: #DDCD3E;
}
</style>
border-color css
<style>
span { border-color: #DDCD3E; }
span { border-color: rgb(221,205,62); }
td.TdClassName
{
border-color: #DDCD3E;
}
.TagClassName
{
border-color: #DDCD3E;
}
</style>