Shades of Wattle #D0CB48
Tints of Wattle #D0CB48
RGB
CMYK
RGB Variations
Color information
#D0CB48 (or 0xD0CB48) is known color: Wattle. HEX triplet: D0, CB and 48. RGB value is (208,203,72). Sum of RGB (Red+Green+Blue) = 208+203+72=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 72 (28.52% from 255 or 14.91% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CB48 is #2F34B7. Grayscale: #BEBEBE. Windows color (decimal): -3093688 or 4770768. OLE color: 4770768.
HSL color Cylindrical-coordinate representation of color #D0CB48: hue angle of 57.79º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0CB48 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 72 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.18 |
| HSL | 57.79º | 0.59% | 0.55% | - |
| HSV(B) | 57.79º | 0.65% | 0.82% | - |
| XYZ | 48.54 | 56.59 | 14.5 | - |
| YUV | 189.56 | 61.66 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 72 | 0 | 0.02 | 0.65 | 0.18 | 57.79 | 0.59 | 0.55 |
| Hex | D0 | CB | 48 | 0 | 2 | 41 | 12 | 3A | 3B | 37 |
| Octal | 320 | 313 | 110 | 0 | 2 | 101 | 22 | 72 | 73 | 67 |
| Binary | 11010000 | 11001011 | 1001000 | 0 | 10 | 1000001 | 10010 | 111010 | 111011 | 110111 |
Color Harmonies of #D0CB48
Complementary color
Monochromatic Colors of #D0CB48
Black with #D0CB48
Text Example
Text Example
White with #D0CB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB48; }
p { color: rgb(208,203,72); }
H1.HeaderClassName
{
color: #D0CB48;
}
.AnyTagClassName
{
color: #D0CB48;
}
</style>
background-color css
<style>
a { background-color: #D0CB48; }
a { background-color: rgb(208,203,72); }
div.DivClassName
{
background-color: #D0CB48;
}
.BgClassName
{
background-color: #D0CB48;
}
</style>
border-color css
<style>
span { border-color: #D0CB48; }
span { border-color: rgb(208,203,72); }
td.TdClassName
{
border-color: #D0CB48;
}
.TagClassName
{
border-color: #D0CB48;
}
</style>