Shades of Wattle #DDC93D
Tints of Wattle #DDC93D
RGB
CMYK
RGB Variations
Color information
#DDC93D (or 0xDDC93D) is known color: Wattle. HEX triplet: DD, C9 and 3D. RGB value is (221,201,61). Sum of RGB (Red+Green+Blue) = 221+201+61=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 61 (24.22% from 255 or 12.63% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC93D is #2236C2. Grayscale: #BFBFBF. Windows color (decimal): -2242243 or 4049373. OLE color: 4049373.
HSL color Cylindrical-coordinate representation of color #DDC93D: hue angle of 52.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDC93D is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 61 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.13 |
| HSL | 52.5º | 0.7% | 0.55% | - |
| HSV(B) | 52.5º | 0.72% | 0.87% | - |
| XYZ | 51.55 | 57.48 | 12.79 | - |
| YUV | 191.02 | 54.63 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 61 | 0 | 0.09 | 0.72 | 0.13 | 52.5 | 0.7 | 0.55 |
| Hex | DD | C9 | 3D | 0 | 9 | 48 | D | 34 | 46 | 37 |
| Octal | 335 | 311 | 75 | 0 | 11 | 110 | 15 | 64 | 106 | 67 |
| Binary | 11011101 | 11001001 | 111101 | 0 | 1001 | 1001000 | 1101 | 110100 | 1000110 | 110111 |
Color Harmonies of #DDC93D
Complementary color
Monochromatic Colors of #DDC93D
Black with #DDC93D
Text Example
Text Example
White with #DDC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC93D; }
p { color: rgb(221,201,61); }
H1.HeaderClassName
{
color: #DDC93D;
}
.AnyTagClassName
{
color: #DDC93D;
}
</style>
background-color css
<style>
a { background-color: #DDC93D; }
a { background-color: rgb(221,201,61); }
div.DivClassName
{
background-color: #DDC93D;
}
.BgClassName
{
background-color: #DDC93D;
}
</style>
border-color css
<style>
span { border-color: #DDC93D; }
span { border-color: rgb(221,201,61); }
td.TdClassName
{
border-color: #DDC93D;
}
.TagClassName
{
border-color: #DDC93D;
}
</style>