Shades of Wattle #DDCE32
Tints of Wattle #DDCE32
RGB
CMYK
RGB Variations
Color information
#DDCE32 (or 0xDDCE32) is known color: Wattle. HEX triplet: DD, CE and 32. RGB value is (221,206,50). Sum of RGB (Red+Green+Blue) = 221+206+50=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 50 (19.92% from 255 or 10.48% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE32 is #2231CD. Grayscale: #C1C1C1. Windows color (decimal): -2240974 or 3329757. OLE color: 3329757.
HSL color Cylindrical-coordinate representation of color #DDCE32: hue angle of 54.74º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDCE32 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 50 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.13 |
| HSL | 54.74º | 0.72% | 0.53% | - |
| HSV(B) | 54.74º | 0.77% | 0.87% | - |
| XYZ | 52.47 | 59.75 | 11.78 | - |
| YUV | 192.7 | 47.47 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 50 | 0 | 0.07 | 0.77 | 0.13 | 54.74 | 0.72 | 0.53 |
| Hex | DD | CE | 32 | 0 | 7 | 4D | D | 37 | 48 | 35 |
| Octal | 335 | 316 | 62 | 0 | 7 | 115 | 15 | 67 | 110 | 65 |
| Binary | 11011101 | 11001110 | 110010 | 0 | 111 | 1001101 | 1101 | 110111 | 1001000 | 110101 |
Color Harmonies of #DDCE32
Complementary color
Monochromatic Colors of #DDCE32
Black with #DDCE32
Text Example
Text Example
White with #DDCE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE32; }
p { color: rgb(221,206,50); }
H1.HeaderClassName
{
color: #DDCE32;
}
.AnyTagClassName
{
color: #DDCE32;
}
</style>
background-color css
<style>
a { background-color: #DDCE32; }
a { background-color: rgb(221,206,50); }
div.DivClassName
{
background-color: #DDCE32;
}
.BgClassName
{
background-color: #DDCE32;
}
</style>
border-color css
<style>
span { border-color: #DDCE32; }
span { border-color: rgb(221,206,50); }
td.TdClassName
{
border-color: #DDCE32;
}
.TagClassName
{
border-color: #DDCE32;
}
</style>