Shades of Wattle #DDCE2E
Tints of Wattle #DDCE2E
RGB
CMYK
RGB Variations
Color information
#DDCE2E (or 0xDDCE2E) is known color: Wattle. HEX triplet: DD, CE and 2E. RGB value is (221,206,46). Sum of RGB (Red+Green+Blue) = 221+206+46=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 46 (18.36% from 255 or 9.73% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE2E is #2231D1. Grayscale: #C0C0C0. Windows color (decimal): -2240978 or 3067613. OLE color: 3067613.
HSL color Cylindrical-coordinate representation of color #DDCE2E: hue angle of 54.86º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDCE2E is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 46 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.13 |
| HSL | 54.86º | 0.72% | 0.52% | - |
| HSV(B) | 54.86º | 0.79% | 0.87% | - |
| XYZ | 52.38 | 59.71 | 11.35 | - |
| YUV | 192.25 | 45.47 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 46 | 0 | 0.07 | 0.79 | 0.13 | 54.86 | 0.72 | 0.52 |
| Hex | DD | CE | 2E | 0 | 7 | 4F | D | 37 | 48 | 34 |
| Octal | 335 | 316 | 56 | 0 | 7 | 117 | 15 | 67 | 110 | 64 |
| Binary | 11011101 | 11001110 | 101110 | 0 | 111 | 1001111 | 1101 | 110111 | 1001000 | 110100 |
Color Harmonies of #DDCE2E
Complementary color
Monochromatic Colors of #DDCE2E
Black with #DDCE2E
Text Example
Text Example
White with #DDCE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE2E; }
p { color: rgb(221,206,46); }
H1.HeaderClassName
{
color: #DDCE2E;
}
.AnyTagClassName
{
color: #DDCE2E;
}
</style>
background-color css
<style>
a { background-color: #DDCE2E; }
a { background-color: rgb(221,206,46); }
div.DivClassName
{
background-color: #DDCE2E;
}
.BgClassName
{
background-color: #DDCE2E;
}
</style>
border-color css
<style>
span { border-color: #DDCE2E; }
span { border-color: rgb(221,206,46); }
td.TdClassName
{
border-color: #DDCE2E;
}
.TagClassName
{
border-color: #DDCE2E;
}
</style>