Shades of Wattle #D2CE46
Tints of Wattle #D2CE46
RGB
CMYK
RGB Variations
Color information
#D2CE46 (or 0xD2CE46) is known color: Wattle. HEX triplet: D2, CE and 46. RGB value is (210,206,70). Sum of RGB (Red+Green+Blue) = 210+206+70=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 70 (27.73% from 255 or 14.40% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CE46 is #2D31B9. Grayscale: #C0C0C0. Windows color (decimal): -2961850 or 4640466. OLE color: 4640466.
HSL color Cylindrical-coordinate representation of color #D2CE46: hue angle of 58.29º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2CE46 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 206 | 70 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.18 |
| HSL | 58.29º | 0.61% | 0.55% | - |
| HSV(B) | 58.29º | 0.67% | 0.82% | - |
| XYZ | 49.76 | 58.29 | 14.42 | - |
| YUV | 191.69 | 59.33 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 70 | 0 | 0.02 | 0.67 | 0.18 | 58.29 | 0.61 | 0.55 |
| Hex | D2 | CE | 46 | 0 | 2 | 43 | 12 | 3A | 3D | 37 |
| Octal | 322 | 316 | 106 | 0 | 2 | 103 | 22 | 72 | 75 | 67 |
| Binary | 11010010 | 11001110 | 1000110 | 0 | 10 | 1000011 | 10010 | 111010 | 111101 | 110111 |
Color Harmonies of #D2CE46
Complementary color
Monochromatic Colors of #D2CE46
Black with #D2CE46
Text Example
Text Example
White with #D2CE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CE46; }
p { color: rgb(210,206,70); }
H1.HeaderClassName
{
color: #D2CE46;
}
.AnyTagClassName
{
color: #D2CE46;
}
</style>
background-color css
<style>
a { background-color: #D2CE46; }
a { background-color: rgb(210,206,70); }
div.DivClassName
{
background-color: #D2CE46;
}
.BgClassName
{
background-color: #D2CE46;
}
</style>
border-color css
<style>
span { border-color: #D2CE46; }
span { border-color: rgb(210,206,70); }
td.TdClassName
{
border-color: #D2CE46;
}
.TagClassName
{
border-color: #D2CE46;
}
</style>