Shades of Wattle #D5CB44
Tints of Wattle #D5CB44
RGB
CMYK
RGB Variations
Color information
#D5CB44 (or 0xD5CB44) is known color: Wattle. HEX triplet: D5, CB and 44. RGB value is (213,203,68). Sum of RGB (Red+Green+Blue) = 213+203+68=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 68 (26.95% from 255 or 14.05% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CB44 is #2A34BB. Grayscale: #BFBFBF. Windows color (decimal): -2766012 or 4508629. OLE color: 4508629.
HSL color Cylindrical-coordinate representation of color #D5CB44: hue angle of 55.86º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5CB44 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 68 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.16 |
| HSL | 55.86º | 0.63% | 0.55% | - |
| HSV(B) | 55.86º | 0.68% | 0.84% | - |
| XYZ | 49.84 | 57.28 | 13.9 | - |
| YUV | 190.6 | 58.81 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 68 | 0 | 0.05 | 0.68 | 0.16 | 55.86 | 0.63 | 0.55 |
| Hex | D5 | CB | 44 | 0 | 5 | 44 | 10 | 38 | 3F | 37 |
| Octal | 325 | 313 | 104 | 0 | 5 | 104 | 20 | 70 | 77 | 67 |
| Binary | 11010101 | 11001011 | 1000100 | 0 | 101 | 1000100 | 10000 | 111000 | 111111 | 110111 |
Color Harmonies of #D5CB44
Complementary color
Monochromatic Colors of #D5CB44
Black with #D5CB44
Text Example
Text Example
White with #D5CB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB44; }
p { color: rgb(213,203,68); }
H1.HeaderClassName
{
color: #D5CB44;
}
.AnyTagClassName
{
color: #D5CB44;
}
</style>
background-color css
<style>
a { background-color: #D5CB44; }
a { background-color: rgb(213,203,68); }
div.DivClassName
{
background-color: #D5CB44;
}
.BgClassName
{
background-color: #D5CB44;
}
</style>
border-color css
<style>
span { border-color: #D5CB44; }
span { border-color: rgb(213,203,68); }
td.TdClassName
{
border-color: #D5CB44;
}
.TagClassName
{
border-color: #D5CB44;
}
</style>