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