Shades of Wattle #D5CB45
Tints of Wattle #D5CB45
RGB
CMYK
RGB Variations
Color information
#D5CB45 (or 0xD5CB45) is known color: Wattle. HEX triplet: D5, CB and 45. RGB value is (213,203,69). Sum of RGB (Red+Green+Blue) = 213+203+69=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CB45 is #2A34BA. Grayscale: #BFBFBF. Windows color (decimal): -2766011 or 4574165. OLE color: 4574165.
HSL color Cylindrical-coordinate representation of color #D5CB45: hue angle of 55.83º 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 #D5CB45 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 69 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.16 |
| HSL | 55.83º | 0.63% | 0.55% | - |
| HSV(B) | 55.83º | 0.68% | 0.84% | - |
| XYZ | 49.87 | 57.29 | 14.06 | - |
| YUV | 190.71 | 59.31 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 69 | 0 | 0.05 | 0.68 | 0.16 | 55.83 | 0.63 | 0.55 |
| Hex | D5 | CB | 45 | 0 | 5 | 44 | 10 | 38 | 3F | 37 |
| Octal | 325 | 313 | 105 | 0 | 5 | 104 | 20 | 70 | 77 | 67 |
| Binary | 11010101 | 11001011 | 1000101 | 0 | 101 | 1000100 | 10000 | 111000 | 111111 | 110111 |
Color Harmonies of #D5CB45
Complementary color
Monochromatic Colors of #D5CB45
Black with #D5CB45
Text Example
Text Example
White with #D5CB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB45; }
p { color: rgb(213,203,69); }
H1.HeaderClassName
{
color: #D5CB45;
}
.AnyTagClassName
{
color: #D5CB45;
}
</style>
background-color css
<style>
a { background-color: #D5CB45; }
a { background-color: rgb(213,203,69); }
div.DivClassName
{
background-color: #D5CB45;
}
.BgClassName
{
background-color: #D5CB45;
}
</style>
border-color css
<style>
span { border-color: #D5CB45; }
span { border-color: rgb(213,203,69); }
td.TdClassName
{
border-color: #D5CB45;
}
.TagClassName
{
border-color: #D5CB45;
}
</style>