Shades of Wattle #DDCE2D
Tints of Wattle #DDCE2D
RGB
CMYK
RGB Variations
Color information
#DDCE2D (or 0xDDCE2D) is known color: Wattle. HEX triplet: DD, CE and 2D. RGB value is (221,206,45). Sum of RGB (Red+Green+Blue) = 221+206+45=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 45 (17.97% from 255 or 9.53% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE2D is #2231D2. Grayscale: #C0C0C0. Windows color (decimal): -2240979 or 3002077. OLE color: 3002077.
HSL color Cylindrical-coordinate representation of color #DDCE2D: hue angle of 54.89º 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 #DDCE2D is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 45 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.13 |
| HSL | 54.89º | 0.72% | 0.52% | - |
| HSV(B) | 54.89º | 0.8% | 0.87% | - |
| XYZ | 52.36 | 59.7 | 11.25 | - |
| YUV | 192.13 | 44.97 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 45 | 0 | 0.07 | 0.80 | 0.13 | 54.89 | 0.72 | 0.52 |
| Hex | DD | CE | 2D | 0 | 7 | 50 | D | 37 | 48 | 34 |
| Octal | 335 | 316 | 55 | 0 | 7 | 120 | 15 | 67 | 110 | 64 |
| Binary | 11011101 | 11001110 | 101101 | 0 | 111 | 1010000 | 1101 | 110111 | 1001000 | 110100 |
Color Harmonies of #DDCE2D
Complementary color
Monochromatic Colors of #DDCE2D
Black with #DDCE2D
Text Example
Text Example
White with #DDCE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE2D; }
p { color: rgb(221,206,45); }
H1.HeaderClassName
{
color: #DDCE2D;
}
.AnyTagClassName
{
color: #DDCE2D;
}
</style>
background-color css
<style>
a { background-color: #DDCE2D; }
a { background-color: rgb(221,206,45); }
div.DivClassName
{
background-color: #DDCE2D;
}
.BgClassName
{
background-color: #DDCE2D;
}
</style>
border-color css
<style>
span { border-color: #DDCE2D; }
span { border-color: rgb(221,206,45); }
td.TdClassName
{
border-color: #DDCE2D;
}
.TagClassName
{
border-color: #DDCE2D;
}
</style>