Shades of Wattle #D9CA3B
Tints of Wattle #D9CA3B
RGB
CMYK
RGB Variations
Color information
#D9CA3B (or 0xD9CA3B) is known color: Wattle. HEX triplet: D9, CA and 3B. RGB value is (217,202,59). Sum of RGB (Red+Green+Blue) = 217+202+59=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 59 (23.44% from 255 or 12.34% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CA3B is #2635C4. Grayscale: #BEBEBE. Windows color (decimal): -2504133 or 3918553. OLE color: 3918553.
HSL color Cylindrical-coordinate representation of color #D9CA3B: hue angle of 54.3º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9CA3B is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 202 | 59 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.15 |
| HSL | 54.3º | 0.68% | 0.54% | - |
| HSV(B) | 54.3º | 0.73% | 0.85% | - |
| XYZ | 50.53 | 57.31 | 12.54 | - |
| YUV | 190.18 | 53.97 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 59 | 0 | 0.07 | 0.73 | 0.15 | 54.3 | 0.68 | 0.54 |
| Hex | D9 | CA | 3B | 0 | 7 | 49 | F | 36 | 44 | 36 |
| Octal | 331 | 312 | 73 | 0 | 7 | 111 | 17 | 66 | 104 | 66 |
| Binary | 11011001 | 11001010 | 111011 | 0 | 111 | 1001001 | 1111 | 110110 | 1000100 | 110110 |
Color Harmonies of #D9CA3B
Complementary color
Monochromatic Colors of #D9CA3B
Black with #D9CA3B
Text Example
Text Example
White with #D9CA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CA3B; }
p { color: rgb(217,202,59); }
H1.HeaderClassName
{
color: #D9CA3B;
}
.AnyTagClassName
{
color: #D9CA3B;
}
</style>
background-color css
<style>
a { background-color: #D9CA3B; }
a { background-color: rgb(217,202,59); }
div.DivClassName
{
background-color: #D9CA3B;
}
.BgClassName
{
background-color: #D9CA3B;
}
</style>
border-color css
<style>
span { border-color: #D9CA3B; }
span { border-color: rgb(217,202,59); }
td.TdClassName
{
border-color: #D9CA3B;
}
.TagClassName
{
border-color: #D9CA3B;
}
</style>