Shades of Wattle #DDC838
Tints of Wattle #DDC838
RGB
CMYK
RGB Variations
Color information
#DDC838 (or 0xDDC838) is known color: Wattle. HEX triplet: DD, C8 and 38. RGB value is (221,200,56). Sum of RGB (Red+Green+Blue) = 221+200+56=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 56 (22.27% from 255 or 11.74% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC838 is #2237C7. Grayscale: #BEBEBE. Windows color (decimal): -2242504 or 3721437. OLE color: 3721437.
HSL color Cylindrical-coordinate representation of color #DDC838: hue angle of 52.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDC838 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 56 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.13 |
| HSL | 52.36º | 0.71% | 0.54% | - |
| HSV(B) | 52.36º | 0.75% | 0.87% | - |
| XYZ | 51.19 | 56.97 | 12.04 | - |
| YUV | 189.86 | 52.46 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 56 | 0 | 0.10 | 0.75 | 0.13 | 52.36 | 0.71 | 0.54 |
| Hex | DD | C8 | 38 | 0 | A | 4B | D | 34 | 47 | 36 |
| Octal | 335 | 310 | 70 | 0 | 12 | 113 | 15 | 64 | 107 | 66 |
| Binary | 11011101 | 11001000 | 111000 | 0 | 1010 | 1001011 | 1101 | 110100 | 1000111 | 110110 |
Color Harmonies of #DDC838
Complementary color
Monochromatic Colors of #DDC838
Black with #DDC838
Text Example
Text Example
White with #DDC838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC838; }
p { color: rgb(221,200,56); }
H1.HeaderClassName
{
color: #DDC838;
}
.AnyTagClassName
{
color: #DDC838;
}
</style>
background-color css
<style>
a { background-color: #DDC838; }
a { background-color: rgb(221,200,56); }
div.DivClassName
{
background-color: #DDC838;
}
.BgClassName
{
background-color: #DDC838;
}
</style>
border-color css
<style>
span { border-color: #DDC838; }
span { border-color: rgb(221,200,56); }
td.TdClassName
{
border-color: #DDC838;
}
.TagClassName
{
border-color: #DDC838;
}
</style>