Shades of Wattle #D0CD32
Tints of Wattle #D0CD32
RGB
CMYK
RGB Variations
Color information
#D0CD32 (or 0xD0CD32) is known color: Wattle. HEX triplet: D0, CD and 32. RGB value is (208,205,50). Sum of RGB (Red+Green+Blue) = 208+205+50=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 50 (19.92% from 255 or 10.80% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CD32 is #2F32CD. Grayscale: #BCBCBC. Windows color (decimal): -3093198 or 3329488. OLE color: 3329488.
HSL color Cylindrical-coordinate representation of color #D0CD32: hue angle of 58.86º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0CD32 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 205 | 50 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.18 |
| HSL | 58.86º | 0.63% | 0.51% | - |
| HSV(B) | 58.86º | 0.76% | 0.82% | - |
| XYZ | 48.42 | 57.3 | 11.53 | - |
| YUV | 188.23 | 49.99 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 205 | 50 | 0 | 0.01 | 0.76 | 0.18 | 58.86 | 0.63 | 0.51 |
| Hex | D0 | CD | 32 | 0 | 1 | 4C | 12 | 3B | 3F | 33 |
| Octal | 320 | 315 | 62 | 0 | 1 | 114 | 22 | 73 | 77 | 63 |
| Binary | 11010000 | 11001101 | 110010 | 0 | 1 | 1001100 | 10010 | 111011 | 111111 | 110011 |
Color Harmonies of #D0CD32
Complementary color
Monochromatic Colors of #D0CD32
Black with #D0CD32
Text Example
Text Example
White with #D0CD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CD32; }
p { color: rgb(208,205,50); }
H1.HeaderClassName
{
color: #D0CD32;
}
.AnyTagClassName
{
color: #D0CD32;
}
</style>
background-color css
<style>
a { background-color: #D0CD32; }
a { background-color: rgb(208,205,50); }
div.DivClassName
{
background-color: #D0CD32;
}
.BgClassName
{
background-color: #D0CD32;
}
</style>
border-color css
<style>
span { border-color: #D0CD32; }
span { border-color: rgb(208,205,50); }
td.TdClassName
{
border-color: #D0CD32;
}
.TagClassName
{
border-color: #D0CD32;
}
</style>