Shades of Wattle #DCCE36
Tints of Wattle #DCCE36
RGB
CMYK
RGB Variations
Color information
#DCCE36 (or 0xDCCE36) is known color: Wattle. HEX triplet: DC, CE and 36. RGB value is (220,206,54). Sum of RGB (Red+Green+Blue) = 220+206+54=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 54 (21.48% from 255 or 11.25% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE36 is #2331C9. Grayscale: #C1C1C1. Windows color (decimal): -2306506 or 3591900. OLE color: 3591900.
HSL color Cylindrical-coordinate representation of color #DCCE36: hue angle of 54.94º 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 #DCCE36 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 54 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.14 |
| HSL | 54.94º | 0.7% | 0.54% | - |
| HSV(B) | 54.94º | 0.75% | 0.86% | - |
| XYZ | 52.25 | 59.62 | 12.24 | - |
| YUV | 192.86 | 49.64 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 54 | 0 | 0.06 | 0.75 | 0.14 | 54.94 | 0.7 | 0.54 |
| Hex | DC | CE | 36 | 0 | 6 | 4B | E | 37 | 46 | 36 |
| Octal | 334 | 316 | 66 | 0 | 6 | 113 | 16 | 67 | 106 | 66 |
| Binary | 11011100 | 11001110 | 110110 | 0 | 110 | 1001011 | 1110 | 110111 | 1000110 | 110110 |
Color Harmonies of #DCCE36
Complementary color
Monochromatic Colors of #DCCE36
Black with #DCCE36
Text Example
Text Example
White with #DCCE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE36; }
p { color: rgb(220,206,54); }
H1.HeaderClassName
{
color: #DCCE36;
}
.AnyTagClassName
{
color: #DCCE36;
}
</style>
background-color css
<style>
a { background-color: #DCCE36; }
a { background-color: rgb(220,206,54); }
div.DivClassName
{
background-color: #DCCE36;
}
.BgClassName
{
background-color: #DCCE36;
}
</style>
border-color css
<style>
span { border-color: #DCCE36; }
span { border-color: rgb(220,206,54); }
td.TdClassName
{
border-color: #DCCE36;
}
.TagClassName
{
border-color: #DCCE36;
}
</style>