Shades of Wattle #D0CE4A
Tints of Wattle #D0CE4A
RGB
CMYK
RGB Variations
Color information
#D0CE4A (or 0xD0CE4A) is known color: Wattle. HEX triplet: D0, CE and 4A. RGB value is (208,206,74). Sum of RGB (Red+Green+Blue) = 208+206+74=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CE4A is #2F31B5. Grayscale: #C0C0C0. Windows color (decimal): -3092918 or 4902608. OLE color: 4902608.
HSL color Cylindrical-coordinate representation of color #D0CE4A: hue angle of 59.1º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0CE4A is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 74 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.18 |
| HSL | 59.1º | 0.59% | 0.55% | - |
| HSV(B) | 59.1º | 0.64% | 0.82% | - |
| XYZ | 49.32 | 58.05 | 15.08 | - |
| YUV | 191.55 | 61.66 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 74 | 0 | 0.01 | 0.64 | 0.18 | 59.1 | 0.59 | 0.55 |
| Hex | D0 | CE | 4A | 0 | 1 | 40 | 12 | 3B | 3B | 37 |
| Octal | 320 | 316 | 112 | 0 | 1 | 100 | 22 | 73 | 73 | 67 |
| Binary | 11010000 | 11001110 | 1001010 | 0 | 1 | 1000000 | 10010 | 111011 | 111011 | 110111 |
Color Harmonies of #D0CE4A
Complementary color
Monochromatic Colors of #D0CE4A
Black with #D0CE4A
Text Example
Text Example
White with #D0CE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CE4A; }
p { color: rgb(208,206,74); }
H1.HeaderClassName
{
color: #D0CE4A;
}
.AnyTagClassName
{
color: #D0CE4A;
}
</style>
background-color css
<style>
a { background-color: #D0CE4A; }
a { background-color: rgb(208,206,74); }
div.DivClassName
{
background-color: #D0CE4A;
}
.BgClassName
{
background-color: #D0CE4A;
}
</style>
border-color css
<style>
span { border-color: #D0CE4A; }
span { border-color: rgb(208,206,74); }
td.TdClassName
{
border-color: #D0CE4A;
}
.TagClassName
{
border-color: #D0CE4A;
}
</style>