Shades of Wattle #DDC23B
Tints of Wattle #DDC23B
RGB
CMYK
RGB Variations
Color information
#DDC23B (or 0xDDC23B) is known color: Wattle. HEX triplet: DD, C2 and 3B. RGB value is (221,194,59). Sum of RGB (Red+Green+Blue) = 221+194+59=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 59 (23.44% from 255 or 12.45% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC23B is #223DC4. Grayscale: #BBBBBB. Windows color (decimal): -2244037 or 3916509. OLE color: 3916509.
HSL color Cylindrical-coordinate representation of color #DDC23B: hue angle of 50º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDC23B is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 59 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.13 |
| HSL | 50º | 0.7% | 0.55% | - |
| HSV(B) | 50º | 0.73% | 0.87% | - |
| XYZ | 49.9 | 54.27 | 11.98 | - |
| YUV | 186.68 | 55.95 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 59 | 0 | 0.12 | 0.73 | 0.13 | 50 | 0.7 | 0.55 |
| Hex | DD | C2 | 3B | 0 | C | 49 | D | 32 | 46 | 37 |
| Octal | 335 | 302 | 73 | 0 | 14 | 111 | 15 | 62 | 106 | 67 |
| Binary | 11011101 | 11000010 | 111011 | 0 | 1100 | 1001001 | 1101 | 110010 | 1000110 | 110111 |
Color Harmonies of #DDC23B
Complementary color
Monochromatic Colors of #DDC23B
Black with #DDC23B
Text Example
Text Example
White with #DDC23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC23B; }
p { color: rgb(221,194,59); }
H1.HeaderClassName
{
color: #DDC23B;
}
.AnyTagClassName
{
color: #DDC23B;
}
</style>
background-color css
<style>
a { background-color: #DDC23B; }
a { background-color: rgb(221,194,59); }
div.DivClassName
{
background-color: #DDC23B;
}
.BgClassName
{
background-color: #DDC23B;
}
</style>
border-color css
<style>
span { border-color: #DDC23B; }
span { border-color: rgb(221,194,59); }
td.TdClassName
{
border-color: #DDC23B;
}
.TagClassName
{
border-color: #DDC23B;
}
</style>