Shades of Wattle #DCCA3E
Tints of Wattle #DCCA3E
RGB
CMYK
RGB Variations
Color information
#DCCA3E (or 0xDCCA3E) is known color: Wattle. HEX triplet: DC, CA and 3E. RGB value is (220,202,62). Sum of RGB (Red+Green+Blue) = 220+202+62=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 62 (24.61% from 255 or 12.81% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA3E is #2335C1. Grayscale: #C0C0C0. Windows color (decimal): -2307522 or 4115164. OLE color: 4115164.
HSL color Cylindrical-coordinate representation of color #DCCA3E: hue angle of 53.16º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCCA3E is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 62 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.14 |
| HSL | 53.16º | 0.69% | 0.55% | - |
| HSV(B) | 53.16º | 0.72% | 0.86% | - |
| XYZ | 51.51 | 57.8 | 13 | - |
| YUV | 191.42 | 54.96 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 62 | 0 | 0.08 | 0.72 | 0.14 | 53.16 | 0.69 | 0.55 |
| Hex | DC | CA | 3E | 0 | 8 | 48 | E | 35 | 45 | 37 |
| Octal | 334 | 312 | 76 | 0 | 10 | 110 | 16 | 65 | 105 | 67 |
| Binary | 11011100 | 11001010 | 111110 | 0 | 1000 | 1001000 | 1110 | 110101 | 1000101 | 110111 |
Color Harmonies of #DCCA3E
Complementary color
Monochromatic Colors of #DCCA3E
Black with #DCCA3E
Text Example
Text Example
White with #DCCA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA3E; }
p { color: rgb(220,202,62); }
H1.HeaderClassName
{
color: #DCCA3E;
}
.AnyTagClassName
{
color: #DCCA3E;
}
</style>
background-color css
<style>
a { background-color: #DCCA3E; }
a { background-color: rgb(220,202,62); }
div.DivClassName
{
background-color: #DCCA3E;
}
.BgClassName
{
background-color: #DCCA3E;
}
</style>
border-color css
<style>
span { border-color: #DCCA3E; }
span { border-color: rgb(220,202,62); }
td.TdClassName
{
border-color: #DCCA3E;
}
.TagClassName
{
border-color: #DCCA3E;
}
</style>