Shades of Wattle #DDC92E
Tints of Wattle #DDC92E
RGB
CMYK
RGB Variations
Color information
#DDC92E (or 0xDDC92E) is known color: Wattle. HEX triplet: DD, C9 and 2E. RGB value is (221,201,46). Sum of RGB (Red+Green+Blue) = 221+201+46=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 46 (18.36% from 255 or 9.83% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC92E is #2236D1. Grayscale: #BDBDBD. Windows color (decimal): -2242258 or 3066333. OLE color: 3066333.
HSL color Cylindrical-coordinate representation of color #DDC92E: hue angle of 53.14º 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 #DDC92E is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 46 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.13 |
| HSL | 53.14º | 0.72% | 0.52% | - |
| HSV(B) | 53.14º | 0.79% | 0.87% | - |
| XYZ | 51.2 | 57.34 | 10.95 | - |
| YUV | 189.31 | 47.13 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 46 | 0 | 0.09 | 0.79 | 0.13 | 53.14 | 0.72 | 0.52 |
| Hex | DD | C9 | 2E | 0 | 9 | 4F | D | 35 | 48 | 34 |
| Octal | 335 | 311 | 56 | 0 | 11 | 117 | 15 | 65 | 110 | 64 |
| Binary | 11011101 | 11001001 | 101110 | 0 | 1001 | 1001111 | 1101 | 110101 | 1001000 | 110100 |
Color Harmonies of #DDC92E
Complementary color
Monochromatic Colors of #DDC92E
Black with #DDC92E
Text Example
Text Example
White with #DDC92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC92E; }
p { color: rgb(221,201,46); }
H1.HeaderClassName
{
color: #DDC92E;
}
.AnyTagClassName
{
color: #DDC92E;
}
</style>
background-color css
<style>
a { background-color: #DDC92E; }
a { background-color: rgb(221,201,46); }
div.DivClassName
{
background-color: #DDC92E;
}
.BgClassName
{
background-color: #DDC92E;
}
</style>
border-color css
<style>
span { border-color: #DDC92E; }
span { border-color: rgb(221,201,46); }
td.TdClassName
{
border-color: #DDC92E;
}
.TagClassName
{
border-color: #DDC92E;
}
</style>