Shades of Wattle #D8CB3F
Tints of Wattle #D8CB3F
RGB
CMYK
RGB Variations
Color information
#D8CB3F (or 0xD8CB3F) is known color: Wattle. HEX triplet: D8, CB and 3F. RGB value is (216,203,63). Sum of RGB (Red+Green+Blue) = 216+203+63=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 63 (25% from 255 or 13.07% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CB3F is #2734C0. Grayscale: #BFBFBF. Windows color (decimal): -2569409 or 4180952. OLE color: 4180952.
HSL color Cylindrical-coordinate representation of color #D8CB3F: hue angle of 54.9º degrees, saturation: 0.66, 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 #D8CB3F is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 203 | 63 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.15 |
| HSL | 54.9º | 0.66% | 0.55% | - |
| HSV(B) | 54.9º | 0.71% | 0.85% | - |
| XYZ | 50.57 | 57.67 | 13.17 | - |
| YUV | 190.93 | 55.81 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 203 | 63 | 0 | 0.06 | 0.71 | 0.15 | 54.9 | 0.66 | 0.55 |
| Hex | D8 | CB | 3F | 0 | 6 | 47 | F | 37 | 42 | 37 |
| Octal | 330 | 313 | 77 | 0 | 6 | 107 | 17 | 67 | 102 | 67 |
| Binary | 11011000 | 11001011 | 111111 | 0 | 110 | 1000111 | 1111 | 110111 | 1000010 | 110111 |
Color Harmonies of #D8CB3F
Complementary color
Monochromatic Colors of #D8CB3F
Black with #D8CB3F
Text Example
Text Example
White with #D8CB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CB3F; }
p { color: rgb(216,203,63); }
H1.HeaderClassName
{
color: #D8CB3F;
}
.AnyTagClassName
{
color: #D8CB3F;
}
</style>
background-color css
<style>
a { background-color: #D8CB3F; }
a { background-color: rgb(216,203,63); }
div.DivClassName
{
background-color: #D8CB3F;
}
.BgClassName
{
background-color: #D8CB3F;
}
</style>
border-color css
<style>
span { border-color: #D8CB3F; }
span { border-color: rgb(216,203,63); }
td.TdClassName
{
border-color: #D8CB3F;
}
.TagClassName
{
border-color: #D8CB3F;
}
</style>