Shades of Wattle #DDCA2D
Tints of Wattle #DDCA2D
RGB
CMYK
RGB Variations
Color information
#DDCA2D (or 0xDDCA2D) is known color: Wattle. HEX triplet: DD, CA and 2D. RGB value is (221,202,45). Sum of RGB (Red+Green+Blue) = 221+202+45=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 45 (17.97% from 255 or 9.62% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCA2D is #2235D2. Grayscale: #BEBEBE. Windows color (decimal): -2242003 or 3001053. OLE color: 3001053.
HSL color Cylindrical-coordinate representation of color #DDCA2D: hue angle of 53.52º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDCA2D is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 202 | 45 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.13 |
| HSL | 53.52º | 0.72% | 0.52% | - |
| HSV(B) | 53.52º | 0.8% | 0.87% | - |
| XYZ | 51.41 | 57.8 | 10.93 | - |
| YUV | 189.78 | 46.29 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 45 | 0 | 0.09 | 0.80 | 0.13 | 53.52 | 0.72 | 0.52 |
| Hex | DD | CA | 2D | 0 | 9 | 50 | D | 36 | 48 | 34 |
| Octal | 335 | 312 | 55 | 0 | 11 | 120 | 15 | 66 | 110 | 64 |
| Binary | 11011101 | 11001010 | 101101 | 0 | 1001 | 1010000 | 1101 | 110110 | 1001000 | 110100 |
Color Harmonies of #DDCA2D
Complementary color
Monochromatic Colors of #DDCA2D
Black with #DDCA2D
Text Example
Text Example
White with #DDCA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCA2D; }
p { color: rgb(221,202,45); }
H1.HeaderClassName
{
color: #DDCA2D;
}
.AnyTagClassName
{
color: #DDCA2D;
}
</style>
background-color css
<style>
a { background-color: #DDCA2D; }
a { background-color: rgb(221,202,45); }
div.DivClassName
{
background-color: #DDCA2D;
}
.BgClassName
{
background-color: #DDCA2D;
}
</style>
border-color css
<style>
span { border-color: #DDCA2D; }
span { border-color: rgb(221,202,45); }
td.TdClassName
{
border-color: #DDCA2D;
}
.TagClassName
{
border-color: #DDCA2D;
}
</style>