Shades of Wattle #D5CC43
Tints of Wattle #D5CC43
RGB
CMYK
RGB Variations
Color information
#D5CC43 (or 0xD5CC43) is known color: Wattle. HEX triplet: D5, CC and 43. RGB value is (213,204,67). Sum of RGB (Red+Green+Blue) = 213+204+67=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 67 (26.56% from 255 or 13.84% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CC43 is #2A33BC. Grayscale: #BFBFBF. Windows color (decimal): -2765757 or 4443349. OLE color: 4443349.
HSL color Cylindrical-coordinate representation of color #D5CC43: hue angle of 56.3º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5CC43 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 204 | 67 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.16 |
| HSL | 56.3º | 0.63% | 0.55% | - |
| HSV(B) | 56.3º | 0.69% | 0.84% | - |
| XYZ | 50.05 | 57.74 | 13.82 | - |
| YUV | 191.07 | 57.98 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 67 | 0 | 0.04 | 0.69 | 0.16 | 56.3 | 0.63 | 0.55 |
| Hex | D5 | CC | 43 | 0 | 4 | 45 | 10 | 38 | 3F | 37 |
| Octal | 325 | 314 | 103 | 0 | 4 | 105 | 20 | 70 | 77 | 67 |
| Binary | 11010101 | 11001100 | 1000011 | 0 | 100 | 1000101 | 10000 | 111000 | 111111 | 110111 |
Color Harmonies of #D5CC43
Complementary color
Monochromatic Colors of #D5CC43
Black with #D5CC43
Text Example
Text Example
White with #D5CC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CC43; }
p { color: rgb(213,204,67); }
H1.HeaderClassName
{
color: #D5CC43;
}
.AnyTagClassName
{
color: #D5CC43;
}
</style>
background-color css
<style>
a { background-color: #D5CC43; }
a { background-color: rgb(213,204,67); }
div.DivClassName
{
background-color: #D5CC43;
}
.BgClassName
{
background-color: #D5CC43;
}
</style>
border-color css
<style>
span { border-color: #D5CC43; }
span { border-color: rgb(213,204,67); }
td.TdClassName
{
border-color: #D5CC43;
}
.TagClassName
{
border-color: #D5CC43;
}
</style>