Shades of Wattle #DDC635
Tints of Wattle #DDC635
RGB
CMYK
RGB Variations
Color information
#DDC635 (or 0xDDC635) is known color: Wattle. HEX triplet: DD, C6 and 35. RGB value is (221,198,53). Sum of RGB (Red+Green+Blue) = 221+198+53=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 53 (21.09% from 255 or 11.23% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC635 is #2239CA. Grayscale: #BCBCBC. Windows color (decimal): -2243019 or 3524317. OLE color: 3524317.
HSL color Cylindrical-coordinate representation of color #DDC635: hue angle of 51.79º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDC635 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 53 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.13 |
| HSL | 51.79º | 0.71% | 0.54% | - |
| HSV(B) | 51.79º | 0.76% | 0.87% | - |
| XYZ | 50.66 | 56.02 | 11.51 | - |
| YUV | 188.35 | 51.62 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 53 | 0 | 0.10 | 0.76 | 0.13 | 51.79 | 0.71 | 0.54 |
| Hex | DD | C6 | 35 | 0 | A | 4C | D | 34 | 47 | 36 |
| Octal | 335 | 306 | 65 | 0 | 12 | 114 | 15 | 64 | 107 | 66 |
| Binary | 11011101 | 11000110 | 110101 | 0 | 1010 | 1001100 | 1101 | 110100 | 1000111 | 110110 |
Color Harmonies of #DDC635
Complementary color
Monochromatic Colors of #DDC635
Black with #DDC635
Text Example
Text Example
White with #DDC635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC635; }
p { color: rgb(221,198,53); }
H1.HeaderClassName
{
color: #DDC635;
}
.AnyTagClassName
{
color: #DDC635;
}
</style>
background-color css
<style>
a { background-color: #DDC635; }
a { background-color: rgb(221,198,53); }
div.DivClassName
{
background-color: #DDC635;
}
.BgClassName
{
background-color: #DDC635;
}
</style>
border-color css
<style>
span { border-color: #DDC635; }
span { border-color: rgb(221,198,53); }
td.TdClassName
{
border-color: #DDC635;
}
.TagClassName
{
border-color: #DDC635;
}
</style>