Shades of Wattle #D5CE3B
Tints of Wattle #D5CE3B
RGB
CMYK
RGB Variations
Color information
#D5CE3B (or 0xD5CE3B) is known color: Wattle. HEX triplet: D5, CE and 3B. RGB value is (213,206,59). Sum of RGB (Red+Green+Blue) = 213+206+59=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 59 (23.44% from 255 or 12.34% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CE3B is #2A31C4. Grayscale: #BFBFBF. Windows color (decimal): -2765253 or 3919573. OLE color: 3919573.
HSL color Cylindrical-coordinate representation of color #D5CE3B: hue angle of 57.27º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5CE3B is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 59 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.16 |
| HSL | 57.27º | 0.65% | 0.53% | - |
| HSV(B) | 57.27º | 0.72% | 0.84% | - |
| XYZ | 50.3 | 58.6 | 12.8 | - |
| YUV | 191.34 | 53.32 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 59 | 0 | 0.03 | 0.72 | 0.16 | 57.27 | 0.65 | 0.53 |
| Hex | D5 | CE | 3B | 0 | 3 | 48 | 10 | 39 | 41 | 35 |
| Octal | 325 | 316 | 73 | 0 | 3 | 110 | 20 | 71 | 101 | 65 |
| Binary | 11010101 | 11001110 | 111011 | 0 | 11 | 1001000 | 10000 | 111001 | 1000001 | 110101 |
Color Harmonies of #D5CE3B
Complementary color
Monochromatic Colors of #D5CE3B
Black with #D5CE3B
Text Example
Text Example
White with #D5CE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE3B; }
p { color: rgb(213,206,59); }
H1.HeaderClassName
{
color: #D5CE3B;
}
.AnyTagClassName
{
color: #D5CE3B;
}
</style>
background-color css
<style>
a { background-color: #D5CE3B; }
a { background-color: rgb(213,206,59); }
div.DivClassName
{
background-color: #D5CE3B;
}
.BgClassName
{
background-color: #D5CE3B;
}
</style>
border-color css
<style>
span { border-color: #D5CE3B; }
span { border-color: rgb(213,206,59); }
td.TdClassName
{
border-color: #D5CE3B;
}
.TagClassName
{
border-color: #D5CE3B;
}
</style>