Shades of Wattle #DDC53D
Tints of Wattle #DDC53D
RGB
CMYK
RGB Variations
Color information
#DDC53D (or 0xDDC53D) is known color: Wattle. HEX triplet: DD, C5 and 3D. RGB value is (221,197,61). Sum of RGB (Red+Green+Blue) = 221+197+61=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 61 (24.22% from 255 or 12.73% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC53D is #223AC2. Grayscale: #BDBDBD. Windows color (decimal): -2243267 or 4048349. OLE color: 4048349.
HSL color Cylindrical-coordinate representation of color #DDC53D: hue angle of 51º 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 #DDC53D is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 61 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.13 |
| HSL | 51º | 0.7% | 0.55% | - |
| HSV(B) | 51º | 0.72% | 0.87% | - |
| XYZ | 50.63 | 55.64 | 12.49 | - |
| YUV | 188.67 | 55.95 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 61 | 0 | 0.11 | 0.72 | 0.13 | 51 | 0.7 | 0.55 |
| Hex | DD | C5 | 3D | 0 | B | 48 | D | 33 | 46 | 37 |
| Octal | 335 | 305 | 75 | 0 | 13 | 110 | 15 | 63 | 106 | 67 |
| Binary | 11011101 | 11000101 | 111101 | 0 | 1011 | 1001000 | 1101 | 110011 | 1000110 | 110111 |
Color Harmonies of #DDC53D
Complementary color
Monochromatic Colors of #DDC53D
Black with #DDC53D
Text Example
Text Example
White with #DDC53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC53D; }
p { color: rgb(221,197,61); }
H1.HeaderClassName
{
color: #DDC53D;
}
.AnyTagClassName
{
color: #DDC53D;
}
</style>
background-color css
<style>
a { background-color: #DDC53D; }
a { background-color: rgb(221,197,61); }
div.DivClassName
{
background-color: #DDC53D;
}
.BgClassName
{
background-color: #DDC53D;
}
</style>
border-color css
<style>
span { border-color: #DDC53D; }
span { border-color: rgb(221,197,61); }
td.TdClassName
{
border-color: #DDC53D;
}
.TagClassName
{
border-color: #DDC53D;
}
</style>