Shades of Wattle #D0CC3C
Tints of Wattle #D0CC3C
RGB
CMYK
RGB Variations
Color information
#D0CC3C (or 0xD0CC3C) is known color: Wattle. HEX triplet: D0, CC and 3C. RGB value is (208,204,60). Sum of RGB (Red+Green+Blue) = 208+204+60=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 60 (23.83% from 255 or 12.71% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CC3C is #2F33C3. Grayscale: #BDBDBD. Windows color (decimal): -3093444 or 3984592. OLE color: 3984592.
HSL color Cylindrical-coordinate representation of color #D0CC3C: hue angle of 58.38º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0CC3C is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 60 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.18 |
| HSL | 58.38º | 0.61% | 0.53% | - |
| HSV(B) | 58.38º | 0.71% | 0.82% | - |
| XYZ | 48.42 | 56.92 | 12.71 | - |
| YUV | 188.78 | 55.33 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 60 | 0 | 0.02 | 0.71 | 0.18 | 58.38 | 0.61 | 0.53 |
| Hex | D0 | CC | 3C | 0 | 2 | 47 | 12 | 3A | 3D | 35 |
| Octal | 320 | 314 | 74 | 0 | 2 | 107 | 22 | 72 | 75 | 65 |
| Binary | 11010000 | 11001100 | 111100 | 0 | 10 | 1000111 | 10010 | 111010 | 111101 | 110101 |
Color Harmonies of #D0CC3C
Complementary color
Monochromatic Colors of #D0CC3C
Black with #D0CC3C
Text Example
Text Example
White with #D0CC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC3C; }
p { color: rgb(208,204,60); }
H1.HeaderClassName
{
color: #D0CC3C;
}
.AnyTagClassName
{
color: #D0CC3C;
}
</style>
background-color css
<style>
a { background-color: #D0CC3C; }
a { background-color: rgb(208,204,60); }
div.DivClassName
{
background-color: #D0CC3C;
}
.BgClassName
{
background-color: #D0CC3C;
}
</style>
border-color css
<style>
span { border-color: #D0CC3C; }
span { border-color: rgb(208,204,60); }
td.TdClassName
{
border-color: #D0CC3C;
}
.TagClassName
{
border-color: #D0CC3C;
}
</style>