Shades of Wattle #D0C333
Tints of Wattle #D0C333
RGB
CMYK
RGB Variations
Color information
#D0C333 (or 0xD0C333) is known color: Wattle. HEX triplet: D0, C3 and 33. RGB value is (208,195,51). Sum of RGB (Red+Green+Blue) = 208+195+51=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 51 (20.31% from 255 or 11.23% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C333 is #2F3CCC. Grayscale: #B7B7B7. Windows color (decimal): -3095757 or 3392464. OLE color: 3392464.
HSL color Cylindrical-coordinate representation of color #D0C333: hue angle of 55.03º 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 #D0C333 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 195 | 51 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.18 |
| HSL | 55.03º | 0.63% | 0.51% | - |
| HSV(B) | 55.03º | 0.75% | 0.82% | - |
| XYZ | 46.13 | 52.68 | 10.87 | - |
| YUV | 182.47 | 53.81 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 195 | 51 | 0 | 0.06 | 0.75 | 0.18 | 55.03 | 0.63 | 0.51 |
| Hex | D0 | C3 | 33 | 0 | 6 | 4B | 12 | 37 | 3F | 33 |
| Octal | 320 | 303 | 63 | 0 | 6 | 113 | 22 | 67 | 77 | 63 |
| Binary | 11010000 | 11000011 | 110011 | 0 | 110 | 1001011 | 10010 | 110111 | 111111 | 110011 |
Color Harmonies of #D0C333
Complementary color
Monochromatic Colors of #D0C333
Black with #D0C333
Text Example
Text Example
White with #D0C333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C333; }
p { color: rgb(208,195,51); }
H1.HeaderClassName
{
color: #D0C333;
}
.AnyTagClassName
{
color: #D0C333;
}
</style>
background-color css
<style>
a { background-color: #D0C333; }
a { background-color: rgb(208,195,51); }
div.DivClassName
{
background-color: #D0C333;
}
.BgClassName
{
background-color: #D0C333;
}
</style>
border-color css
<style>
span { border-color: #D0C333; }
span { border-color: rgb(208,195,51); }
td.TdClassName
{
border-color: #D0C333;
}
.TagClassName
{
border-color: #D0C333;
}
</style>