Shades of Wattle #DCCC37
Tints of Wattle #DCCC37
RGB
CMYK
RGB Variations
Color information
#DCCC37 (or 0xDCCC37) is known color: Wattle. HEX triplet: DC, CC and 37. RGB value is (220,204,55). Sum of RGB (Red+Green+Blue) = 220+204+55=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 55 (21.88% from 255 or 11.48% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC37 is #2333C8. Grayscale: #C0C0C0. Windows color (decimal): -2307017 or 3656924. OLE color: 3656924.
HSL color Cylindrical-coordinate representation of color #DCCC37: hue angle of 54.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCCC37 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 55 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.14 |
| HSL | 54.18º | 0.7% | 0.54% | - |
| HSV(B) | 54.18º | 0.75% | 0.86% | - |
| XYZ | 51.8 | 58.68 | 12.21 | - |
| YUV | 191.8 | 50.8 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 55 | 0 | 0.07 | 0.75 | 0.14 | 54.18 | 0.7 | 0.54 |
| Hex | DC | CC | 37 | 0 | 7 | 4B | E | 36 | 46 | 36 |
| Octal | 334 | 314 | 67 | 0 | 7 | 113 | 16 | 66 | 106 | 66 |
| Binary | 11011100 | 11001100 | 110111 | 0 | 111 | 1001011 | 1110 | 110110 | 1000110 | 110110 |
Color Harmonies of #DCCC37
Complementary color
Monochromatic Colors of #DCCC37
Black with #DCCC37
Text Example
Text Example
White with #DCCC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC37; }
p { color: rgb(220,204,55); }
H1.HeaderClassName
{
color: #DCCC37;
}
.AnyTagClassName
{
color: #DCCC37;
}
</style>
background-color css
<style>
a { background-color: #DCCC37; }
a { background-color: rgb(220,204,55); }
div.DivClassName
{
background-color: #DCCC37;
}
.BgClassName
{
background-color: #DCCC37;
}
</style>
border-color css
<style>
span { border-color: #DCCC37; }
span { border-color: rgb(220,204,55); }
td.TdClassName
{
border-color: #DCCC37;
}
.TagClassName
{
border-color: #DCCC37;
}
</style>