Shades of Wattle #DCC335
Tints of Wattle #DCC335
RGB
CMYK
RGB Variations
Color information
#DCC335 (or 0xDCC335) is known color: Wattle. HEX triplet: DC, C3 and 35. RGB value is (220,195,53). Sum of RGB (Red+Green+Blue) = 220+195+53=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC335 is #233CCA. Grayscale: #BABABA. Windows color (decimal): -2309323 or 3523548. OLE color: 3523548.
HSL color Cylindrical-coordinate representation of color #DCC335: hue angle of 51.02º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCC335 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 53 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.14 |
| HSL | 51.02º | 0.7% | 0.54% | - |
| HSV(B) | 51.02º | 0.76% | 0.86% | - |
| XYZ | 49.67 | 54.5 | 11.27 | - |
| YUV | 186.29 | 52.78 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 53 | 0 | 0.11 | 0.76 | 0.14 | 51.02 | 0.7 | 0.54 |
| Hex | DC | C3 | 35 | 0 | B | 4C | E | 33 | 46 | 36 |
| Octal | 334 | 303 | 65 | 0 | 13 | 114 | 16 | 63 | 106 | 66 |
| Binary | 11011100 | 11000011 | 110101 | 0 | 1011 | 1001100 | 1110 | 110011 | 1000110 | 110110 |
Color Harmonies of #DCC335
Complementary color
Monochromatic Colors of #DCC335
Black with #DCC335
Text Example
Text Example
White with #DCC335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC335; }
p { color: rgb(220,195,53); }
H1.HeaderClassName
{
color: #DCC335;
}
.AnyTagClassName
{
color: #DCC335;
}
</style>
background-color css
<style>
a { background-color: #DCC335; }
a { background-color: rgb(220,195,53); }
div.DivClassName
{
background-color: #DCC335;
}
.BgClassName
{
background-color: #DCC335;
}
</style>
border-color css
<style>
span { border-color: #DCC335; }
span { border-color: rgb(220,195,53); }
td.TdClassName
{
border-color: #DCC335;
}
.TagClassName
{
border-color: #DCC335;
}
</style>