Shades of Wattle #D5C32F
Tints of Wattle #D5C32F
RGB
CMYK
RGB Variations
Color information
#D5C32F (or 0xD5C32F) is known color: Wattle. HEX triplet: D5, C3 and 2F. RGB value is (213,195,47). Sum of RGB (Red+Green+Blue) = 213+195+47=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 47 (18.75% from 255 or 10.33% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C32F is #2A3CD0. Grayscale: #B8B8B8. Windows color (decimal): -2768081 or 3130325. OLE color: 3130325.
HSL color Cylindrical-coordinate representation of color #D5C32F: hue angle of 53.49º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5C32F is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 195 | 47 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.16 |
| HSL | 53.49º | 0.66% | 0.51% | - |
| HSV(B) | 53.49º | 0.78% | 0.84% | - |
| XYZ | 47.47 | 53.38 | 10.49 | - |
| YUV | 183.51 | 50.96 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 195 | 47 | 0 | 0.08 | 0.78 | 0.16 | 53.49 | 0.66 | 0.51 |
| Hex | D5 | C3 | 2F | 0 | 8 | 4E | 10 | 35 | 42 | 33 |
| Octal | 325 | 303 | 57 | 0 | 10 | 116 | 20 | 65 | 102 | 63 |
| Binary | 11010101 | 11000011 | 101111 | 0 | 1000 | 1001110 | 10000 | 110101 | 1000010 | 110011 |
Color Harmonies of #D5C32F
Complementary color
Monochromatic Colors of #D5C32F
Black with #D5C32F
Text Example
Text Example
White with #D5C32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C32F; }
p { color: rgb(213,195,47); }
H1.HeaderClassName
{
color: #D5C32F;
}
.AnyTagClassName
{
color: #D5C32F;
}
</style>
background-color css
<style>
a { background-color: #D5C32F; }
a { background-color: rgb(213,195,47); }
div.DivClassName
{
background-color: #D5C32F;
}
.BgClassName
{
background-color: #D5C32F;
}
</style>
border-color css
<style>
span { border-color: #D5C32F; }
span { border-color: rgb(213,195,47); }
td.TdClassName
{
border-color: #D5C32F;
}
.TagClassName
{
border-color: #D5C32F;
}
</style>