Shades of Wattle #D1CB40
Tints of Wattle #D1CB40
RGB
CMYK
RGB Variations
Color information
#D1CB40 (or 0xD1CB40) is known color: Wattle. HEX triplet: D1, CB and 40. RGB value is (209,203,64). Sum of RGB (Red+Green+Blue) = 209+203+64=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CB40 is #2E34BF. Grayscale: #BDBDBD. Windows color (decimal): -3028160 or 4246481. OLE color: 4246481.
HSL color Cylindrical-coordinate representation of color #D1CB40: hue angle of 57.52º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1CB40 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 64 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.18 |
| HSL | 57.52º | 0.61% | 0.54% | - |
| HSV(B) | 57.52º | 0.69% | 0.82% | - |
| XYZ | 48.58 | 56.64 | 13.22 | - |
| YUV | 188.95 | 57.49 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 64 | 0 | 0.03 | 0.69 | 0.18 | 57.52 | 0.61 | 0.54 |
| Hex | D1 | CB | 40 | 0 | 3 | 45 | 12 | 3A | 3D | 36 |
| Octal | 321 | 313 | 100 | 0 | 3 | 105 | 22 | 72 | 75 | 66 |
| Binary | 11010001 | 11001011 | 1000000 | 0 | 11 | 1000101 | 10010 | 111010 | 111101 | 110110 |
Color Harmonies of #D1CB40
Complementary color
Monochromatic Colors of #D1CB40
Black with #D1CB40
Text Example
Text Example
White with #D1CB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CB40; }
p { color: rgb(209,203,64); }
H1.HeaderClassName
{
color: #D1CB40;
}
.AnyTagClassName
{
color: #D1CB40;
}
</style>
background-color css
<style>
a { background-color: #D1CB40; }
a { background-color: rgb(209,203,64); }
div.DivClassName
{
background-color: #D1CB40;
}
.BgClassName
{
background-color: #D1CB40;
}
</style>
border-color css
<style>
span { border-color: #D1CB40; }
span { border-color: rgb(209,203,64); }
td.TdClassName
{
border-color: #D1CB40;
}
.TagClassName
{
border-color: #D1CB40;
}
</style>