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