Shades of Wattle #DDC83B
Tints of Wattle #DDC83B
RGB
CMYK
RGB Variations
Color information
#DDC83B (or 0xDDC83B) is known color: Wattle. HEX triplet: DD, C8 and 3B. RGB value is (221,200,59). Sum of RGB (Red+Green+Blue) = 221+200+59=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 59 (23.44% from 255 or 12.29% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC83B is #2237C4. Grayscale: #BEBEBE. Windows color (decimal): -2242501 or 3918045. OLE color: 3918045.
HSL color Cylindrical-coordinate representation of color #DDC83B: hue angle of 52.22º 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 #DDC83B is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 59 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.13 |
| HSL | 52.22º | 0.7% | 0.55% | - |
| HSV(B) | 52.22º | 0.73% | 0.87% | - |
| XYZ | 51.26 | 57 | 12.44 | - |
| YUV | 190.21 | 53.96 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 59 | 0 | 0.10 | 0.73 | 0.13 | 52.22 | 0.7 | 0.55 |
| Hex | DD | C8 | 3B | 0 | A | 49 | D | 34 | 46 | 37 |
| Octal | 335 | 310 | 73 | 0 | 12 | 111 | 15 | 64 | 106 | 67 |
| Binary | 11011101 | 11001000 | 111011 | 0 | 1010 | 1001001 | 1101 | 110100 | 1000110 | 110111 |
Color Harmonies of #DDC83B
Complementary color
Monochromatic Colors of #DDC83B
Black with #DDC83B
Text Example
Text Example
White with #DDC83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC83B; }
p { color: rgb(221,200,59); }
H1.HeaderClassName
{
color: #DDC83B;
}
.AnyTagClassName
{
color: #DDC83B;
}
</style>
background-color css
<style>
a { background-color: #DDC83B; }
a { background-color: rgb(221,200,59); }
div.DivClassName
{
background-color: #DDC83B;
}
.BgClassName
{
background-color: #DDC83B;
}
</style>
border-color css
<style>
span { border-color: #DDC83B; }
span { border-color: rgb(221,200,59); }
td.TdClassName
{
border-color: #DDC83B;
}
.TagClassName
{
border-color: #DDC83B;
}
</style>