Shades of Wattle #DCCE2E
Tints of Wattle #DCCE2E
RGB
CMYK
RGB Variations
Color information
#DCCE2E (or 0xDCCE2E) is known color: Wattle. HEX triplet: DC, CE and 2E. RGB value is (220,206,46). Sum of RGB (Red+Green+Blue) = 220+206+46=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 46 (18.36% from 255 or 9.75% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE2E is #2331D1. Grayscale: #C0C0C0. Windows color (decimal): -2306514 or 3067612. OLE color: 3067612.
HSL color Cylindrical-coordinate representation of color #DCCE2E: hue angle of 55.17º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCCE2E is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 46 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.14 |
| HSL | 55.17º | 0.71% | 0.52% | - |
| HSV(B) | 55.17º | 0.79% | 0.86% | - |
| XYZ | 52.08 | 59.56 | 11.34 | - |
| YUV | 191.95 | 45.64 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 46 | 0 | 0.06 | 0.79 | 0.14 | 55.17 | 0.71 | 0.52 |
| Hex | DC | CE | 2E | 0 | 6 | 4F | E | 37 | 47 | 34 |
| Octal | 334 | 316 | 56 | 0 | 6 | 117 | 16 | 67 | 107 | 64 |
| Binary | 11011100 | 11001110 | 101110 | 0 | 110 | 1001111 | 1110 | 110111 | 1000111 | 110100 |
Color Harmonies of #DCCE2E
Complementary color
Monochromatic Colors of #DCCE2E
Black with #DCCE2E
Text Example
Text Example
White with #DCCE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE2E; }
p { color: rgb(220,206,46); }
H1.HeaderClassName
{
color: #DCCE2E;
}
.AnyTagClassName
{
color: #DCCE2E;
}
</style>
background-color css
<style>
a { background-color: #DCCE2E; }
a { background-color: rgb(220,206,46); }
div.DivClassName
{
background-color: #DCCE2E;
}
.BgClassName
{
background-color: #DCCE2E;
}
</style>
border-color css
<style>
span { border-color: #DCCE2E; }
span { border-color: rgb(220,206,46); }
td.TdClassName
{
border-color: #DCCE2E;
}
.TagClassName
{
border-color: #DCCE2E;
}
</style>