Shades of Wattle #D5CC34
Tints of Wattle #D5CC34
RGB
CMYK
RGB Variations
Color information
#D5CC34 (or 0xD5CC34) is known color: Wattle. HEX triplet: D5, CC and 34. RGB value is (213,204,52). Sum of RGB (Red+Green+Blue) = 213+204+52=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 52 (20.70% from 255 or 11.09% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CC34 is #2A33CB. Grayscale: #BDBDBD. Windows color (decimal): -2765772 or 3460309. OLE color: 3460309.
HSL color Cylindrical-coordinate representation of color #D5CC34: hue angle of 56.65º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5CC34 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 204 | 52 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.16 |
| HSL | 56.65º | 0.66% | 0.52% | - |
| HSV(B) | 56.65º | 0.76% | 0.84% | - |
| XYZ | 49.65 | 57.58 | 11.75 | - |
| YUV | 189.36 | 50.48 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 52 | 0 | 0.04 | 0.76 | 0.16 | 56.65 | 0.66 | 0.52 |
| Hex | D5 | CC | 34 | 0 | 4 | 4C | 10 | 39 | 42 | 34 |
| Octal | 325 | 314 | 64 | 0 | 4 | 114 | 20 | 71 | 102 | 64 |
| Binary | 11010101 | 11001100 | 110100 | 0 | 100 | 1001100 | 10000 | 111001 | 1000010 | 110100 |
Color Harmonies of #D5CC34
Complementary color
Monochromatic Colors of #D5CC34
Black with #D5CC34
Text Example
Text Example
White with #D5CC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CC34; }
p { color: rgb(213,204,52); }
H1.HeaderClassName
{
color: #D5CC34;
}
.AnyTagClassName
{
color: #D5CC34;
}
</style>
background-color css
<style>
a { background-color: #D5CC34; }
a { background-color: rgb(213,204,52); }
div.DivClassName
{
background-color: #D5CC34;
}
.BgClassName
{
background-color: #D5CC34;
}
</style>
border-color css
<style>
span { border-color: #D5CC34; }
span { border-color: rgb(213,204,52); }
td.TdClassName
{
border-color: #D5CC34;
}
.TagClassName
{
border-color: #D5CC34;
}
</style>