Shades of Wattle #DCCC39
Tints of Wattle #DCCC39
RGB
CMYK
RGB Variations
Color information
#DCCC39 (or 0xDCCC39) is known color: Wattle. HEX triplet: DC, CC and 39. RGB value is (220,204,57). Sum of RGB (Red+Green+Blue) = 220+204+57=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 57 (22.66% from 255 or 11.85% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC39 is #2333C6. Grayscale: #C0C0C0. Windows color (decimal): -2307015 or 3787996. OLE color: 3787996.
HSL color Cylindrical-coordinate representation of color #DCCC39: hue angle of 54.11º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCCC39 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 57 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.14 |
| HSL | 54.11º | 0.7% | 0.54% | - |
| HSV(B) | 54.11º | 0.74% | 0.86% | - |
| XYZ | 51.85 | 58.7 | 12.47 | - |
| YUV | 192.03 | 51.8 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 57 | 0 | 0.07 | 0.74 | 0.14 | 54.11 | 0.7 | 0.54 |
| Hex | DC | CC | 39 | 0 | 7 | 4A | E | 36 | 46 | 36 |
| Octal | 334 | 314 | 71 | 0 | 7 | 112 | 16 | 66 | 106 | 66 |
| Binary | 11011100 | 11001100 | 111001 | 0 | 111 | 1001010 | 1110 | 110110 | 1000110 | 110110 |
Color Harmonies of #DCCC39
Complementary color
Monochromatic Colors of #DCCC39
Black with #DCCC39
Text Example
Text Example
White with #DCCC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC39; }
p { color: rgb(220,204,57); }
H1.HeaderClassName
{
color: #DCCC39;
}
.AnyTagClassName
{
color: #DCCC39;
}
</style>
background-color css
<style>
a { background-color: #DCCC39; }
a { background-color: rgb(220,204,57); }
div.DivClassName
{
background-color: #DCCC39;
}
.BgClassName
{
background-color: #DCCC39;
}
</style>
border-color css
<style>
span { border-color: #DCCC39; }
span { border-color: rgb(220,204,57); }
td.TdClassName
{
border-color: #DCCC39;
}
.TagClassName
{
border-color: #DCCC39;
}
</style>