Shades of Wattle #DDC335
Tints of Wattle #DDC335
RGB
CMYK
RGB Variations
Color information
#DDC335 (or 0xDDC335) is known color: Wattle. HEX triplet: DD, C3 and 35. RGB value is (221,195,53). Sum of RGB (Red+Green+Blue) = 221+195+53=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 53 (21.09% from 255 or 11.30% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC335 is #223CCA. Grayscale: #BBBBBB. Windows color (decimal): -2243787 or 3523549. OLE color: 3523549.
HSL color Cylindrical-coordinate representation of color #DDC335: hue angle of 50.71º 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 #DDC335 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 53 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.13 |
| HSL | 50.71º | 0.71% | 0.54% | - |
| HSV(B) | 50.71º | 0.76% | 0.87% | - |
| XYZ | 49.98 | 54.66 | 11.28 | - |
| YUV | 186.59 | 52.61 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 53 | 0 | 0.12 | 0.76 | 0.13 | 50.71 | 0.71 | 0.54 |
| Hex | DD | C3 | 35 | 0 | C | 4C | D | 33 | 47 | 36 |
| Octal | 335 | 303 | 65 | 0 | 14 | 114 | 15 | 63 | 107 | 66 |
| Binary | 11011101 | 11000011 | 110101 | 0 | 1100 | 1001100 | 1101 | 110011 | 1000111 | 110110 |
Color Harmonies of #DDC335
Complementary color
Monochromatic Colors of #DDC335
Black with #DDC335
Text Example
Text Example
White with #DDC335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC335; }
p { color: rgb(221,195,53); }
H1.HeaderClassName
{
color: #DDC335;
}
.AnyTagClassName
{
color: #DDC335;
}
</style>
background-color css
<style>
a { background-color: #DDC335; }
a { background-color: rgb(221,195,53); }
div.DivClassName
{
background-color: #DDC335;
}
.BgClassName
{
background-color: #DDC335;
}
</style>
border-color css
<style>
span { border-color: #DDC335; }
span { border-color: rgb(221,195,53); }
td.TdClassName
{
border-color: #DDC335;
}
.TagClassName
{
border-color: #DDC335;
}
</style>