Shades of Wattle #DCCC36
Tints of Wattle #DCCC36
RGB
CMYK
RGB Variations
Color information
#DCCC36 (or 0xDCCC36) is known color: Wattle. HEX triplet: DC, CC and 36. RGB value is (220,204,54). Sum of RGB (Red+Green+Blue) = 220+204+54=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 54 (21.48% from 255 or 11.30% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC36 is #2333C9. Grayscale: #C0C0C0. Windows color (decimal): -2307018 or 3591388. OLE color: 3591388.
HSL color Cylindrical-coordinate representation of color #DCCC36: hue angle of 54.22º 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 #DCCC36 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 54 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.14 |
| HSL | 54.22º | 0.7% | 0.54% | - |
| HSV(B) | 54.22º | 0.75% | 0.86% | - |
| XYZ | 51.77 | 58.67 | 12.09 | - |
| YUV | 191.68 | 50.3 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 54 | 0 | 0.07 | 0.75 | 0.14 | 54.22 | 0.7 | 0.54 |
| Hex | DC | CC | 36 | 0 | 7 | 4B | E | 36 | 46 | 36 |
| Octal | 334 | 314 | 66 | 0 | 7 | 113 | 16 | 66 | 106 | 66 |
| Binary | 11011100 | 11001100 | 110110 | 0 | 111 | 1001011 | 1110 | 110110 | 1000110 | 110110 |
Color Harmonies of #DCCC36
Complementary color
Monochromatic Colors of #DCCC36
Black with #DCCC36
Text Example
Text Example
White with #DCCC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC36; }
p { color: rgb(220,204,54); }
H1.HeaderClassName
{
color: #DCCC36;
}
.AnyTagClassName
{
color: #DCCC36;
}
</style>
background-color css
<style>
a { background-color: #DCCC36; }
a { background-color: rgb(220,204,54); }
div.DivClassName
{
background-color: #DCCC36;
}
.BgClassName
{
background-color: #DCCC36;
}
</style>
border-color css
<style>
span { border-color: #DCCC36; }
span { border-color: rgb(220,204,54); }
td.TdClassName
{
border-color: #DCCC36;
}
.TagClassName
{
border-color: #DCCC36;
}
</style>