Shades of Wattle #D0C63B
Tints of Wattle #D0C63B
RGB
CMYK
RGB Variations
Color information
#D0C63B (or 0xD0C63B) is known color: Wattle. HEX triplet: D0, C6 and 3B. RGB value is (208,198,59). Sum of RGB (Red+Green+Blue) = 208+198+59=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 59 (23.44% from 255 or 12.69% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C63B is #2F39C4. Grayscale: #B9B9B9. Windows color (decimal): -3094981 or 3917520. OLE color: 3917520.
HSL color Cylindrical-coordinate representation of color #D0C63B: hue angle of 55.97º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0C63B is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 198 | 59 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.18 |
| HSL | 55.97º | 0.61% | 0.52% | - |
| HSV(B) | 55.97º | 0.72% | 0.82% | - |
| XYZ | 47 | 54.11 | 12.11 | - |
| YUV | 185.14 | 56.81 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 198 | 59 | 0 | 0.05 | 0.72 | 0.18 | 55.97 | 0.61 | 0.52 |
| Hex | D0 | C6 | 3B | 0 | 5 | 48 | 12 | 38 | 3D | 34 |
| Octal | 320 | 306 | 73 | 0 | 5 | 110 | 22 | 70 | 75 | 64 |
| Binary | 11010000 | 11000110 | 111011 | 0 | 101 | 1001000 | 10010 | 111000 | 111101 | 110100 |
Color Harmonies of #D0C63B
Complementary color
Monochromatic Colors of #D0C63B
Black with #D0C63B
Text Example
Text Example
White with #D0C63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C63B; }
p { color: rgb(208,198,59); }
H1.HeaderClassName
{
color: #D0C63B;
}
.AnyTagClassName
{
color: #D0C63B;
}
</style>
background-color css
<style>
a { background-color: #D0C63B; }
a { background-color: rgb(208,198,59); }
div.DivClassName
{
background-color: #D0C63B;
}
.BgClassName
{
background-color: #D0C63B;
}
</style>
border-color css
<style>
span { border-color: #D0C63B; }
span { border-color: rgb(208,198,59); }
td.TdClassName
{
border-color: #D0C63B;
}
.TagClassName
{
border-color: #D0C63B;
}
</style>