Shades of Wattle #D8D23C
Tints of Wattle #D8D23C
RGB
CMYK
RGB Variations
Color information
#D8D23C (or 0xD8D23C) is known color: Wattle. HEX triplet: D8, D2 and 3C. RGB value is (216,210,60). Sum of RGB (Red+Green+Blue) = 216+210+60=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 60 (23.83% from 255 or 12.35% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D23C is #272DC3. Grayscale: #C3C3C3. Windows color (decimal): -2567620 or 3986136. OLE color: 3986136.
HSL color Cylindrical-coordinate representation of color #D8D23C: hue angle of 57.69º 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 #D8D23C is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 210 | 60 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.15 |
| HSL | 57.69º | 0.67% | 0.54% | - |
| HSV(B) | 57.69º | 0.72% | 0.85% | - |
| XYZ | 52.18 | 61.02 | 13.3 | - |
| YUV | 194.69 | 51.99 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 210 | 60 | 0 | 0.03 | 0.72 | 0.15 | 57.69 | 0.67 | 0.54 |
| Hex | D8 | D2 | 3C | 0 | 3 | 48 | F | 3A | 43 | 36 |
| Octal | 330 | 322 | 74 | 0 | 3 | 110 | 17 | 72 | 103 | 66 |
| Binary | 11011000 | 11010010 | 111100 | 0 | 11 | 1001000 | 1111 | 111010 | 1000011 | 110110 |
Color Harmonies of #D8D23C
Complementary color
Monochromatic Colors of #D8D23C
Black with #D8D23C
Text Example
Text Example
White with #D8D23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D23C; }
p { color: rgb(216,210,60); }
H1.HeaderClassName
{
color: #D8D23C;
}
.AnyTagClassName
{
color: #D8D23C;
}
</style>
background-color css
<style>
a { background-color: #D8D23C; }
a { background-color: rgb(216,210,60); }
div.DivClassName
{
background-color: #D8D23C;
}
.BgClassName
{
background-color: #D8D23C;
}
</style>
border-color css
<style>
span { border-color: #D8D23C; }
span { border-color: rgb(216,210,60); }
td.TdClassName
{
border-color: #D8D23C;
}
.TagClassName
{
border-color: #D8D23C;
}
</style>