Shades of Wattle #DCCE34
Tints of Wattle #DCCE34
RGB
CMYK
RGB Variations
Color information
#DCCE34 (or 0xDCCE34) is known color: Wattle. HEX triplet: DC, CE and 34. RGB value is (220,206,52). Sum of RGB (Red+Green+Blue) = 220+206+52=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 52 (20.70% from 255 or 10.88% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE34 is #2331CB. Grayscale: #C1C1C1. Windows color (decimal): -2306508 or 3460828. OLE color: 3460828.
HSL color Cylindrical-coordinate representation of color #DCCE34: hue angle of 55º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCCE34 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 52 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.14 |
| HSL | 55º | 0.71% | 0.53% | - |
| HSV(B) | 55º | 0.76% | 0.86% | - |
| XYZ | 52.21 | 59.61 | 12 | - |
| YUV | 192.63 | 48.64 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 52 | 0 | 0.06 | 0.76 | 0.14 | 55 | 0.71 | 0.53 |
| Hex | DC | CE | 34 | 0 | 6 | 4C | E | 37 | 47 | 35 |
| Octal | 334 | 316 | 64 | 0 | 6 | 114 | 16 | 67 | 107 | 65 |
| Binary | 11011100 | 11001110 | 110100 | 0 | 110 | 1001100 | 1110 | 110111 | 1000111 | 110101 |
Color Harmonies of #DCCE34
Complementary color
Monochromatic Colors of #DCCE34
Black with #DCCE34
Text Example
Text Example
White with #DCCE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE34; }
p { color: rgb(220,206,52); }
H1.HeaderClassName
{
color: #DCCE34;
}
.AnyTagClassName
{
color: #DCCE34;
}
</style>
background-color css
<style>
a { background-color: #DCCE34; }
a { background-color: rgb(220,206,52); }
div.DivClassName
{
background-color: #DCCE34;
}
.BgClassName
{
background-color: #DCCE34;
}
</style>
border-color css
<style>
span { border-color: #DCCE34; }
span { border-color: rgb(220,206,52); }
td.TdClassName
{
border-color: #DCCE34;
}
.TagClassName
{
border-color: #DCCE34;
}
</style>