Shades of Wattle #D5CF31
Tints of Wattle #D5CF31
RGB
CMYK
RGB Variations
Color information
#D5CF31 (or 0xD5CF31) is known color: Wattle. HEX triplet: D5, CF and 31. RGB value is (213,207,49). Sum of RGB (Red+Green+Blue) = 213+207+49=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 49 (19.53% from 255 or 10.45% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CF31 is #2A30CE. Grayscale: #BFBFBF. Windows color (decimal): -2765007 or 3264469. OLE color: 3264469.
HSL color Cylindrical-coordinate representation of color #D5CF31: hue angle of 57.8º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5CF31 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 49 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.16 |
| HSL | 57.8º | 0.66% | 0.51% | - |
| HSV(B) | 57.8º | 0.77% | 0.84% | - |
| XYZ | 50.31 | 58.99 | 11.64 | - |
| YUV | 190.78 | 47.99 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 49 | 0 | 0.03 | 0.77 | 0.16 | 57.8 | 0.66 | 0.51 |
| Hex | D5 | CF | 31 | 0 | 3 | 4D | 10 | 3A | 42 | 33 |
| Octal | 325 | 317 | 61 | 0 | 3 | 115 | 20 | 72 | 102 | 63 |
| Binary | 11010101 | 11001111 | 110001 | 0 | 11 | 1001101 | 10000 | 111010 | 1000010 | 110011 |
Color Harmonies of #D5CF31
Complementary color
Monochromatic Colors of #D5CF31
Black with #D5CF31
Text Example
Text Example
White with #D5CF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF31; }
p { color: rgb(213,207,49); }
H1.HeaderClassName
{
color: #D5CF31;
}
.AnyTagClassName
{
color: #D5CF31;
}
</style>
background-color css
<style>
a { background-color: #D5CF31; }
a { background-color: rgb(213,207,49); }
div.DivClassName
{
background-color: #D5CF31;
}
.BgClassName
{
background-color: #D5CF31;
}
</style>
border-color css
<style>
span { border-color: #D5CF31; }
span { border-color: rgb(213,207,49); }
td.TdClassName
{
border-color: #D5CF31;
}
.TagClassName
{
border-color: #D5CF31;
}
</style>