Shades of Wattle #D3CB43
Tints of Wattle #D3CB43
RGB
CMYK
RGB Variations
Color information
#D3CB43 (or 0xD3CB43) is known color: Wattle. HEX triplet: D3, CB and 43. RGB value is (211,203,67). Sum of RGB (Red+Green+Blue) = 211+203+67=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 67 (26.56% from 255 or 13.93% from 481); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CB43 is #2C34BC. Grayscale: #BEBEBE. Windows color (decimal): -2897085 or 4443091. OLE color: 4443091.
HSL color Cylindrical-coordinate representation of color #D3CB43: hue angle of 56.67º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D3CB43 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 203 | 67 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.17 |
| HSL | 56.67º | 0.62% | 0.55% | - |
| HSV(B) | 56.67º | 0.68% | 0.83% | - |
| XYZ | 49.23 | 56.97 | 13.71 | - |
| YUV | 189.89 | 58.65 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 67 | 0 | 0.04 | 0.68 | 0.17 | 56.67 | 0.62 | 0.55 |
| Hex | D3 | CB | 43 | 0 | 4 | 44 | 11 | 39 | 3E | 37 |
| Octal | 323 | 313 | 103 | 0 | 4 | 104 | 21 | 71 | 76 | 67 |
| Binary | 11010011 | 11001011 | 1000011 | 0 | 100 | 1000100 | 10001 | 111001 | 111110 | 110111 |
Color Harmonies of #D3CB43
Complementary color
Monochromatic Colors of #D3CB43
Black with #D3CB43
Text Example
Text Example
White with #D3CB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CB43; }
p { color: rgb(211,203,67); }
H1.HeaderClassName
{
color: #D3CB43;
}
.AnyTagClassName
{
color: #D3CB43;
}
</style>
background-color css
<style>
a { background-color: #D3CB43; }
a { background-color: rgb(211,203,67); }
div.DivClassName
{
background-color: #D3CB43;
}
.BgClassName
{
background-color: #D3CB43;
}
</style>
border-color css
<style>
span { border-color: #D3CB43; }
span { border-color: rgb(211,203,67); }
td.TdClassName
{
border-color: #D3CB43;
}
.TagClassName
{
border-color: #D3CB43;
}
</style>