Shades of Wattle #D9CB40
Tints of Wattle #D9CB40
RGB
CMYK
RGB Variations
Color information
#D9CB40 (or 0xD9CB40) is known color: Wattle. HEX triplet: D9, CB and 40. RGB value is (217,203,64). Sum of RGB (Red+Green+Blue) = 217+203+64=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CB40 is #2634BF. Grayscale: #BFBFBF. Windows color (decimal): -2503872 or 4246489. OLE color: 4246489.
HSL color Cylindrical-coordinate representation of color #D9CB40: hue angle of 54.51º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9CB40 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 64 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.15 |
| HSL | 54.51º | 0.67% | 0.55% | - |
| HSV(B) | 54.51º | 0.71% | 0.85% | - |
| XYZ | 50.9 | 57.83 | 13.33 | - |
| YUV | 191.34 | 56.14 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 64 | 0 | 0.06 | 0.71 | 0.15 | 54.51 | 0.67 | 0.55 |
| Hex | D9 | CB | 40 | 0 | 6 | 47 | F | 37 | 43 | 37 |
| Octal | 331 | 313 | 100 | 0 | 6 | 107 | 17 | 67 | 103 | 67 |
| Binary | 11011001 | 11001011 | 1000000 | 0 | 110 | 1000111 | 1111 | 110111 | 1000011 | 110111 |
Color Harmonies of #D9CB40
Complementary color
Monochromatic Colors of #D9CB40
Black with #D9CB40
Text Example
Text Example
White with #D9CB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB40; }
p { color: rgb(217,203,64); }
H1.HeaderClassName
{
color: #D9CB40;
}
.AnyTagClassName
{
color: #D9CB40;
}
</style>
background-color css
<style>
a { background-color: #D9CB40; }
a { background-color: rgb(217,203,64); }
div.DivClassName
{
background-color: #D9CB40;
}
.BgClassName
{
background-color: #D9CB40;
}
</style>
border-color css
<style>
span { border-color: #D9CB40; }
span { border-color: rgb(217,203,64); }
td.TdClassName
{
border-color: #D9CB40;
}
.TagClassName
{
border-color: #D9CB40;
}
</style>