Shades of Wattle #D0CD33
Tints of Wattle #D0CD33
RGB
CMYK
RGB Variations
Color information
#D0CD33 (or 0xD0CD33) is known color: Wattle. HEX triplet: D0, CD and 33. RGB value is (208,205,51). Sum of RGB (Red+Green+Blue) = 208+205+51=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 51 (20.31% from 255 or 10.99% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CD33 is #2F32CC. Grayscale: #BCBCBC. Windows color (decimal): -3093197 or 3395024. OLE color: 3395024.
HSL color Cylindrical-coordinate representation of color #D0CD33: hue angle of 58.85º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0CD33 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 205 | 51 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.18 |
| HSL | 58.85º | 0.63% | 0.51% | - |
| HSV(B) | 58.85º | 0.75% | 0.82% | - |
| XYZ | 48.44 | 57.31 | 11.64 | - |
| YUV | 188.34 | 50.49 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 205 | 51 | 0 | 0.01 | 0.75 | 0.18 | 58.85 | 0.63 | 0.51 |
| Hex | D0 | CD | 33 | 0 | 1 | 4B | 12 | 3B | 3F | 33 |
| Octal | 320 | 315 | 63 | 0 | 1 | 113 | 22 | 73 | 77 | 63 |
| Binary | 11010000 | 11001101 | 110011 | 0 | 1 | 1001011 | 10010 | 111011 | 111111 | 110011 |
Color Harmonies of #D0CD33
Complementary color
Monochromatic Colors of #D0CD33
Black with #D0CD33
Text Example
Text Example
White with #D0CD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CD33; }
p { color: rgb(208,205,51); }
H1.HeaderClassName
{
color: #D0CD33;
}
.AnyTagClassName
{
color: #D0CD33;
}
</style>
background-color css
<style>
a { background-color: #D0CD33; }
a { background-color: rgb(208,205,51); }
div.DivClassName
{
background-color: #D0CD33;
}
.BgClassName
{
background-color: #D0CD33;
}
</style>
border-color css
<style>
span { border-color: #D0CD33; }
span { border-color: rgb(208,205,51); }
td.TdClassName
{
border-color: #D0CD33;
}
.TagClassName
{
border-color: #D0CD33;
}
</style>