Shades of Wattle #D2CB44
Tints of Wattle #D2CB44
RGB
CMYK
RGB Variations
Color information
#D2CB44 (or 0xD2CB44) is known color: Wattle. HEX triplet: D2, CB and 44. RGB value is (210,203,68). Sum of RGB (Red+Green+Blue) = 210+203+68=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 68 (26.95% from 255 or 14.14% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CB44 is #2D34BB. Grayscale: #BEBEBE. Windows color (decimal): -2962620 or 4508626. OLE color: 4508626.
HSL color Cylindrical-coordinate representation of color #D2CB44: hue angle of 57.04º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2CB44 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 68 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.18 |
| HSL | 57.04º | 0.61% | 0.55% | - |
| HSV(B) | 57.04º | 0.68% | 0.82% | - |
| XYZ | 48.98 | 56.83 | 13.86 | - |
| YUV | 189.7 | 59.32 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 68 | 0 | 0.03 | 0.68 | 0.18 | 57.04 | 0.61 | 0.55 |
| Hex | D2 | CB | 44 | 0 | 3 | 44 | 12 | 39 | 3D | 37 |
| Octal | 322 | 313 | 104 | 0 | 3 | 104 | 22 | 71 | 75 | 67 |
| Binary | 11010010 | 11001011 | 1000100 | 0 | 11 | 1000100 | 10010 | 111001 | 111101 | 110111 |
Color Harmonies of #D2CB44
Complementary color
Monochromatic Colors of #D2CB44
Black with #D2CB44
Text Example
Text Example
White with #D2CB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CB44; }
p { color: rgb(210,203,68); }
H1.HeaderClassName
{
color: #D2CB44;
}
.AnyTagClassName
{
color: #D2CB44;
}
</style>
background-color css
<style>
a { background-color: #D2CB44; }
a { background-color: rgb(210,203,68); }
div.DivClassName
{
background-color: #D2CB44;
}
.BgClassName
{
background-color: #D2CB44;
}
</style>
border-color css
<style>
span { border-color: #D2CB44; }
span { border-color: rgb(210,203,68); }
td.TdClassName
{
border-color: #D2CB44;
}
.TagClassName
{
border-color: #D2CB44;
}
</style>