Shades of Wattle #D9CB3A
Tints of Wattle #D9CB3A
RGB
CMYK
RGB Variations
Color information
#D9CB3A (or 0xD9CB3A) is known color: Wattle. HEX triplet: D9, CB and 3A. RGB value is (217,203,58). Sum of RGB (Red+Green+Blue) = 217+203+58=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 58 (23.05% from 255 or 12.13% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CB3A is #2634C5. Grayscale: #BFBFBF. Windows color (decimal): -2503878 or 3853273. OLE color: 3853273.
HSL color Cylindrical-coordinate representation of color #D9CB3A: hue angle of 54.72º 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 #D9CB3A is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 58 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.15 |
| HSL | 54.72º | 0.68% | 0.54% | - |
| HSV(B) | 54.72º | 0.73% | 0.85% | - |
| XYZ | 50.73 | 57.77 | 12.48 | - |
| YUV | 190.66 | 53.14 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 58 | 0 | 0.06 | 0.73 | 0.15 | 54.72 | 0.68 | 0.54 |
| Hex | D9 | CB | 3A | 0 | 6 | 49 | F | 37 | 44 | 36 |
| Octal | 331 | 313 | 72 | 0 | 6 | 111 | 17 | 67 | 104 | 66 |
| Binary | 11011001 | 11001011 | 111010 | 0 | 110 | 1001001 | 1111 | 110111 | 1000100 | 110110 |
Color Harmonies of #D9CB3A
Complementary color
Monochromatic Colors of #D9CB3A
Black with #D9CB3A
Text Example
Text Example
White with #D9CB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB3A; }
p { color: rgb(217,203,58); }
H1.HeaderClassName
{
color: #D9CB3A;
}
.AnyTagClassName
{
color: #D9CB3A;
}
</style>
background-color css
<style>
a { background-color: #D9CB3A; }
a { background-color: rgb(217,203,58); }
div.DivClassName
{
background-color: #D9CB3A;
}
.BgClassName
{
background-color: #D9CB3A;
}
</style>
border-color css
<style>
span { border-color: #D9CB3A; }
span { border-color: rgb(217,203,58); }
td.TdClassName
{
border-color: #D9CB3A;
}
.TagClassName
{
border-color: #D9CB3A;
}
</style>