Shades of Wattle #D8C93D
Tints of Wattle #D8C93D
RGB
CMYK
RGB Variations
Color information
#D8C93D (or 0xD8C93D) is known color: Wattle. HEX triplet: D8, C9 and 3D. RGB value is (216,201,61). Sum of RGB (Red+Green+Blue) = 216+201+61=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 61 (24.22% from 255 or 12.76% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C93D is #2736C2. Grayscale: #BEBEBE. Windows color (decimal): -2569923 or 4049368. OLE color: 4049368.
HSL color Cylindrical-coordinate representation of color #D8C93D: hue angle of 54.19º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8C93D is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 201 | 61 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.15 |
| HSL | 54.19º | 0.67% | 0.54% | - |
| HSV(B) | 54.19º | 0.72% | 0.85% | - |
| XYZ | 50.05 | 56.71 | 12.72 | - |
| YUV | 189.53 | 55.47 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 61 | 0 | 0.07 | 0.72 | 0.15 | 54.19 | 0.67 | 0.54 |
| Hex | D8 | C9 | 3D | 0 | 7 | 48 | F | 36 | 43 | 36 |
| Octal | 330 | 311 | 75 | 0 | 7 | 110 | 17 | 66 | 103 | 66 |
| Binary | 11011000 | 11001001 | 111101 | 0 | 111 | 1001000 | 1111 | 110110 | 1000011 | 110110 |
Color Harmonies of #D8C93D
Complementary color
Monochromatic Colors of #D8C93D
Black with #D8C93D
Text Example
Text Example
White with #D8C93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C93D; }
p { color: rgb(216,201,61); }
H1.HeaderClassName
{
color: #D8C93D;
}
.AnyTagClassName
{
color: #D8C93D;
}
</style>
background-color css
<style>
a { background-color: #D8C93D; }
a { background-color: rgb(216,201,61); }
div.DivClassName
{
background-color: #D8C93D;
}
.BgClassName
{
background-color: #D8C93D;
}
</style>
border-color css
<style>
span { border-color: #D8C93D; }
span { border-color: rgb(216,201,61); }
td.TdClassName
{
border-color: #D8C93D;
}
.TagClassName
{
border-color: #D8C93D;
}
</style>