Shades of Wattle #D5CB3F
Tints of Wattle #D5CB3F
RGB
CMYK
RGB Variations
Color information
#D5CB3F (or 0xD5CB3F) is known color: Wattle. HEX triplet: D5, CB and 3F. RGB value is (213,203,63). Sum of RGB (Red+Green+Blue) = 213+203+63=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 63 (25% from 255 or 13.15% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CB3F is #2A34C0. Grayscale: #BEBEBE. Windows color (decimal): -2766017 or 4180949. OLE color: 4180949.
HSL color Cylindrical-coordinate representation of color #D5CB3F: hue angle of 56º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5CB3F is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 63 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.16 |
| HSL | 56º | 0.64% | 0.54% | - |
| HSV(B) | 56º | 0.7% | 0.84% | - |
| XYZ | 49.69 | 57.22 | 13.13 | - |
| YUV | 190.03 | 56.31 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 63 | 0 | 0.05 | 0.70 | 0.16 | 56 | 0.64 | 0.54 |
| Hex | D5 | CB | 3F | 0 | 5 | 46 | 10 | 38 | 40 | 36 |
| Octal | 325 | 313 | 77 | 0 | 5 | 106 | 20 | 70 | 100 | 66 |
| Binary | 11010101 | 11001011 | 111111 | 0 | 101 | 1000110 | 10000 | 111000 | 1000000 | 110110 |
Color Harmonies of #D5CB3F
Complementary color
Monochromatic Colors of #D5CB3F
Black with #D5CB3F
Text Example
Text Example
White with #D5CB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB3F; }
p { color: rgb(213,203,63); }
H1.HeaderClassName
{
color: #D5CB3F;
}
.AnyTagClassName
{
color: #D5CB3F;
}
</style>
background-color css
<style>
a { background-color: #D5CB3F; }
a { background-color: rgb(213,203,63); }
div.DivClassName
{
background-color: #D5CB3F;
}
.BgClassName
{
background-color: #D5CB3F;
}
</style>
border-color css
<style>
span { border-color: #D5CB3F; }
span { border-color: rgb(213,203,63); }
td.TdClassName
{
border-color: #D5CB3F;
}
.TagClassName
{
border-color: #D5CB3F;
}
</style>