Shades of Wattle #D9CB41
Tints of Wattle #D9CB41
RGB
CMYK
RGB Variations
Color information
#D9CB41 (or 0xD9CB41) is known color: Wattle. HEX triplet: D9, CB and 41. RGB value is (217,203,65). Sum of RGB (Red+Green+Blue) = 217+203+65=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 65 (25.78% from 255 or 13.40% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CB41 is #2634BE. Grayscale: #C0C0C0. Windows color (decimal): -2503871 or 4312025. OLE color: 4312025.
HSL color Cylindrical-coordinate representation of color #D9CB41: hue angle of 54.47º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9CB41 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 65 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.15 |
| HSL | 54.47º | 0.67% | 0.55% | - |
| HSV(B) | 54.47º | 0.7% | 0.85% | - |
| XYZ | 50.93 | 57.85 | 13.48 | - |
| YUV | 191.45 | 56.64 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 65 | 0 | 0.06 | 0.70 | 0.15 | 54.47 | 0.67 | 0.55 |
| Hex | D9 | CB | 41 | 0 | 6 | 46 | F | 36 | 43 | 37 |
| Octal | 331 | 313 | 101 | 0 | 6 | 106 | 17 | 66 | 103 | 67 |
| Binary | 11011001 | 11001011 | 1000001 | 0 | 110 | 1000110 | 1111 | 110110 | 1000011 | 110111 |
Color Harmonies of #D9CB41
Complementary color
Monochromatic Colors of #D9CB41
Black with #D9CB41
Text Example
Text Example
White with #D9CB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB41; }
p { color: rgb(217,203,65); }
H1.HeaderClassName
{
color: #D9CB41;
}
.AnyTagClassName
{
color: #D9CB41;
}
</style>
background-color css
<style>
a { background-color: #D9CB41; }
a { background-color: rgb(217,203,65); }
div.DivClassName
{
background-color: #D9CB41;
}
.BgClassName
{
background-color: #D9CB41;
}
</style>
border-color css
<style>
span { border-color: #D9CB41; }
span { border-color: rgb(217,203,65); }
td.TdClassName
{
border-color: #D9CB41;
}
.TagClassName
{
border-color: #D9CB41;
}
</style>