Shades of Wattle #D1CC34
Tints of Wattle #D1CC34
RGB
CMYK
RGB Variations
Color information
#D1CC34 (or 0xD1CC34) is known color: Wattle. HEX triplet: D1, CC and 34. RGB value is (209,204,52). Sum of RGB (Red+Green+Blue) = 209+204+52=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CC34 is #2E33CB. Grayscale: #BCBCBC. Windows color (decimal): -3027916 or 3460305. OLE color: 3460305.
HSL color Cylindrical-coordinate representation of color #D1CC34: hue angle of 58.09º 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 #D1CC34 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 204 | 52 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.18 |
| HSL | 58.09º | 0.63% | 0.51% | - |
| HSV(B) | 58.09º | 0.75% | 0.82% | - |
| XYZ | 48.51 | 56.99 | 11.69 | - |
| YUV | 188.17 | 51.16 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 52 | 0 | 0.02 | 0.75 | 0.18 | 58.09 | 0.63 | 0.51 |
| Hex | D1 | CC | 34 | 0 | 2 | 4B | 12 | 3A | 3F | 33 |
| Octal | 321 | 314 | 64 | 0 | 2 | 113 | 22 | 72 | 77 | 63 |
| Binary | 11010001 | 11001100 | 110100 | 0 | 10 | 1001011 | 10010 | 111010 | 111111 | 110011 |
Color Harmonies of #D1CC34
Complementary color
Monochromatic Colors of #D1CC34
Black with #D1CC34
Text Example
Text Example
White with #D1CC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CC34; }
p { color: rgb(209,204,52); }
H1.HeaderClassName
{
color: #D1CC34;
}
.AnyTagClassName
{
color: #D1CC34;
}
</style>
background-color css
<style>
a { background-color: #D1CC34; }
a { background-color: rgb(209,204,52); }
div.DivClassName
{
background-color: #D1CC34;
}
.BgClassName
{
background-color: #D1CC34;
}
</style>
border-color css
<style>
span { border-color: #D1CC34; }
span { border-color: rgb(209,204,52); }
td.TdClassName
{
border-color: #D1CC34;
}
.TagClassName
{
border-color: #D1CC34;
}
</style>