Shades of Wattle #D5CF3A
Tints of Wattle #D5CF3A
RGB
CMYK
RGB Variations
Color information
#D5CF3A (or 0xD5CF3A) is known color: Wattle. HEX triplet: D5, CF and 3A. RGB value is (213,207,58). Sum of RGB (Red+Green+Blue) = 213+207+58=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 58 (23.05% from 255 or 12.13% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CF3A is #2A30C5. Grayscale: #C0C0C0. Windows color (decimal): -2764998 or 3854293. OLE color: 3854293.
HSL color Cylindrical-coordinate representation of color #D5CF3A: hue angle of 57.68º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5CF3A is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 58 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.16 |
| HSL | 57.68º | 0.65% | 0.53% | - |
| HSV(B) | 57.68º | 0.73% | 0.84% | - |
| XYZ | 50.52 | 59.08 | 12.74 | - |
| YUV | 191.81 | 52.49 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 58 | 0 | 0.03 | 0.73 | 0.16 | 57.68 | 0.65 | 0.53 |
| Hex | D5 | CF | 3A | 0 | 3 | 49 | 10 | 3A | 41 | 35 |
| Octal | 325 | 317 | 72 | 0 | 3 | 111 | 20 | 72 | 101 | 65 |
| Binary | 11010101 | 11001111 | 111010 | 0 | 11 | 1001001 | 10000 | 111010 | 1000001 | 110101 |
Color Harmonies of #D5CF3A
Complementary color
Monochromatic Colors of #D5CF3A
Black with #D5CF3A
Text Example
Text Example
White with #D5CF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF3A; }
p { color: rgb(213,207,58); }
H1.HeaderClassName
{
color: #D5CF3A;
}
.AnyTagClassName
{
color: #D5CF3A;
}
</style>
background-color css
<style>
a { background-color: #D5CF3A; }
a { background-color: rgb(213,207,58); }
div.DivClassName
{
background-color: #D5CF3A;
}
.BgClassName
{
background-color: #D5CF3A;
}
</style>
border-color css
<style>
span { border-color: #D5CF3A; }
span { border-color: rgb(213,207,58); }
td.TdClassName
{
border-color: #D5CF3A;
}
.TagClassName
{
border-color: #D5CF3A;
}
</style>