Shades of Wattle #D7D03B
Tints of Wattle #D7D03B
RGB
CMYK
RGB Variations
Color information
#D7D03B (or 0xD7D03B) is known color: Wattle. HEX triplet: D7, D0 and 3B. RGB value is (215,208,59). Sum of RGB (Red+Green+Blue) = 215+208+59=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 59 (23.44% from 255 or 12.24% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D03B is #282FC4. Grayscale: #C1C1C1. Windows color (decimal): -2633669 or 3920087. OLE color: 3920087.
HSL color Cylindrical-coordinate representation of color #D7D03B: hue angle of 57.31º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D7D03B is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 59 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.16 |
| HSL | 57.31º | 0.66% | 0.54% | - |
| HSV(B) | 57.31º | 0.73% | 0.84% | - |
| XYZ | 51.37 | 59.87 | 12.99 | - |
| YUV | 193.11 | 52.32 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 59 | 0 | 0.03 | 0.73 | 0.16 | 57.31 | 0.66 | 0.54 |
| Hex | D7 | D0 | 3B | 0 | 3 | 49 | 10 | 39 | 42 | 36 |
| Octal | 327 | 320 | 73 | 0 | 3 | 111 | 20 | 71 | 102 | 66 |
| Binary | 11010111 | 11010000 | 111011 | 0 | 11 | 1001001 | 10000 | 111001 | 1000010 | 110110 |
Color Harmonies of #D7D03B
Complementary color
Monochromatic Colors of #D7D03B
Black with #D7D03B
Text Example
Text Example
White with #D7D03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D03B; }
p { color: rgb(215,208,59); }
H1.HeaderClassName
{
color: #D7D03B;
}
.AnyTagClassName
{
color: #D7D03B;
}
</style>
background-color css
<style>
a { background-color: #D7D03B; }
a { background-color: rgb(215,208,59); }
div.DivClassName
{
background-color: #D7D03B;
}
.BgClassName
{
background-color: #D7D03B;
}
</style>
border-color css
<style>
span { border-color: #D7D03B; }
span { border-color: rgb(215,208,59); }
td.TdClassName
{
border-color: #D7D03B;
}
.TagClassName
{
border-color: #D7D03B;
}
</style>