Shades of Wattle #D0CC34
Tints of Wattle #D0CC34
RGB
CMYK
RGB Variations
Color information
#D0CC34 (or 0xD0CC34) is known color: Wattle. HEX triplet: D0, CC and 34. RGB value is (208,204,52). Sum of RGB (Red+Green+Blue) = 208+204+52=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 52 (20.70% from 255 or 11.21% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CC34 is #2F33CB. Grayscale: #BCBCBC. Windows color (decimal): -3093452 or 3460304. OLE color: 3460304.
HSL color Cylindrical-coordinate representation of color #D0CC34: hue angle of 58.46º degrees, saturation: 0.62, 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 #D0CC34 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 52 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.18 |
| HSL | 58.46º | 0.62% | 0.51% | - |
| HSV(B) | 58.46º | 0.75% | 0.82% | - |
| XYZ | 48.23 | 56.84 | 11.68 | - |
| YUV | 187.87 | 51.33 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 52 | 0 | 0.02 | 0.75 | 0.18 | 58.46 | 0.62 | 0.51 |
| Hex | D0 | CC | 34 | 0 | 2 | 4B | 12 | 3A | 3E | 33 |
| Octal | 320 | 314 | 64 | 0 | 2 | 113 | 22 | 72 | 76 | 63 |
| Binary | 11010000 | 11001100 | 110100 | 0 | 10 | 1001011 | 10010 | 111010 | 111110 | 110011 |
Color Harmonies of #D0CC34
Complementary color
Monochromatic Colors of #D0CC34
Black with #D0CC34
Text Example
Text Example
White with #D0CC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC34; }
p { color: rgb(208,204,52); }
H1.HeaderClassName
{
color: #D0CC34;
}
.AnyTagClassName
{
color: #D0CC34;
}
</style>
background-color css
<style>
a { background-color: #D0CC34; }
a { background-color: rgb(208,204,52); }
div.DivClassName
{
background-color: #D0CC34;
}
.BgClassName
{
background-color: #D0CC34;
}
</style>
border-color css
<style>
span { border-color: #D0CC34; }
span { border-color: rgb(208,204,52); }
td.TdClassName
{
border-color: #D0CC34;
}
.TagClassName
{
border-color: #D0CC34;
}
</style>