Shades of Wattle #DCCE2F
Tints of Wattle #DCCE2F
RGB
CMYK
RGB Variations
Color information
#DCCE2F (or 0xDCCE2F) is known color: Wattle. HEX triplet: DC, CE and 2F. RGB value is (220,206,47). Sum of RGB (Red+Green+Blue) = 220+206+47=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 47 (18.75% from 255 or 9.94% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE2F is #2331D0. Grayscale: #C0C0C0. Windows color (decimal): -2306513 or 3133148. OLE color: 3133148.
HSL color Cylindrical-coordinate representation of color #DCCE2F: hue angle of 55.14º 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 #DCCE2F is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 47 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.14 |
| HSL | 55.14º | 0.71% | 0.52% | - |
| HSV(B) | 55.14º | 0.79% | 0.86% | - |
| XYZ | 52.1 | 59.56 | 11.44 | - |
| YUV | 192.06 | 46.14 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 47 | 0 | 0.06 | 0.79 | 0.14 | 55.14 | 0.71 | 0.52 |
| Hex | DC | CE | 2F | 0 | 6 | 4F | E | 37 | 47 | 34 |
| Octal | 334 | 316 | 57 | 0 | 6 | 117 | 16 | 67 | 107 | 64 |
| Binary | 11011100 | 11001110 | 101111 | 0 | 110 | 1001111 | 1110 | 110111 | 1000111 | 110100 |
Color Harmonies of #DCCE2F
Complementary color
Monochromatic Colors of #DCCE2F
Black with #DCCE2F
Text Example
Text Example
White with #DCCE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE2F; }
p { color: rgb(220,206,47); }
H1.HeaderClassName
{
color: #DCCE2F;
}
.AnyTagClassName
{
color: #DCCE2F;
}
</style>
background-color css
<style>
a { background-color: #DCCE2F; }
a { background-color: rgb(220,206,47); }
div.DivClassName
{
background-color: #DCCE2F;
}
.BgClassName
{
background-color: #DCCE2F;
}
</style>
border-color css
<style>
span { border-color: #DCCE2F; }
span { border-color: rgb(220,206,47); }
td.TdClassName
{
border-color: #DCCE2F;
}
.TagClassName
{
border-color: #DCCE2F;
}
</style>