Shades of Wattle #D5CC2F
Tints of Wattle #D5CC2F
RGB
CMYK
RGB Variations
Color information
#D5CC2F (or 0xD5CC2F) is known color: Wattle. HEX triplet: D5, CC and 2F. RGB value is (213,204,47). Sum of RGB (Red+Green+Blue) = 213+204+47=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 47 (18.75% from 255 or 10.13% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CC2F is #2A33D0. Grayscale: #BDBDBD. Windows color (decimal): -2765777 or 3132629. OLE color: 3132629.
HSL color Cylindrical-coordinate representation of color #D5CC2F: hue angle of 56.75º 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 #D5CC2F is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 204 | 47 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.16 |
| HSL | 56.75º | 0.66% | 0.51% | - |
| HSV(B) | 56.75º | 0.78% | 0.84% | - |
| XYZ | 49.55 | 57.54 | 11.18 | - |
| YUV | 188.79 | 47.98 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 47 | 0 | 0.04 | 0.78 | 0.16 | 56.75 | 0.66 | 0.51 |
| Hex | D5 | CC | 2F | 0 | 4 | 4E | 10 | 39 | 42 | 33 |
| Octal | 325 | 314 | 57 | 0 | 4 | 116 | 20 | 71 | 102 | 63 |
| Binary | 11010101 | 11001100 | 101111 | 0 | 100 | 1001110 | 10000 | 111001 | 1000010 | 110011 |
Color Harmonies of #D5CC2F
Complementary color
Monochromatic Colors of #D5CC2F
Black with #D5CC2F
Text Example
Text Example
White with #D5CC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CC2F; }
p { color: rgb(213,204,47); }
H1.HeaderClassName
{
color: #D5CC2F;
}
.AnyTagClassName
{
color: #D5CC2F;
}
</style>
background-color css
<style>
a { background-color: #D5CC2F; }
a { background-color: rgb(213,204,47); }
div.DivClassName
{
background-color: #D5CC2F;
}
.BgClassName
{
background-color: #D5CC2F;
}
</style>
border-color css
<style>
span { border-color: #D5CC2F; }
span { border-color: rgb(213,204,47); }
td.TdClassName
{
border-color: #D5CC2F;
}
.TagClassName
{
border-color: #D5CC2F;
}
</style>