Shades of Wattle #D5CF34
Tints of Wattle #D5CF34
RGB
CMYK
RGB Variations
Color information
#D5CF34 (or 0xD5CF34) is known color: Wattle. HEX triplet: D5, CF and 34. RGB value is (213,207,52). Sum of RGB (Red+Green+Blue) = 213+207+52=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 52 (20.70% from 255 or 11.02% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CF34 is #2A30CB. Grayscale: #BFBFBF. Windows color (decimal): -2765004 or 3461077. OLE color: 3461077.
HSL color Cylindrical-coordinate representation of color #D5CF34: hue angle of 57.76º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5CF34 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 52 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.16 |
| HSL | 57.76º | 0.66% | 0.52% | - |
| HSV(B) | 57.76º | 0.76% | 0.84% | - |
| XYZ | 50.37 | 59.02 | 11.99 | - |
| YUV | 191.12 | 49.49 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 52 | 0 | 0.03 | 0.76 | 0.16 | 57.76 | 0.66 | 0.52 |
| Hex | D5 | CF | 34 | 0 | 3 | 4C | 10 | 3A | 42 | 34 |
| Octal | 325 | 317 | 64 | 0 | 3 | 114 | 20 | 72 | 102 | 64 |
| Binary | 11010101 | 11001111 | 110100 | 0 | 11 | 1001100 | 10000 | 111010 | 1000010 | 110100 |
Color Harmonies of #D5CF34
Complementary color
Monochromatic Colors of #D5CF34
Black with #D5CF34
Text Example
Text Example
White with #D5CF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF34; }
p { color: rgb(213,207,52); }
H1.HeaderClassName
{
color: #D5CF34;
}
.AnyTagClassName
{
color: #D5CF34;
}
</style>
background-color css
<style>
a { background-color: #D5CF34; }
a { background-color: rgb(213,207,52); }
div.DivClassName
{
background-color: #D5CF34;
}
.BgClassName
{
background-color: #D5CF34;
}
</style>
border-color css
<style>
span { border-color: #D5CF34; }
span { border-color: rgb(213,207,52); }
td.TdClassName
{
border-color: #D5CF34;
}
.TagClassName
{
border-color: #D5CF34;
}
</style>