Shades of Wattle #D3CB33
Tints of Wattle #D3CB33
RGB
CMYK
RGB Variations
Color information
#D3CB33 (or 0xD3CB33) is known color: Wattle. HEX triplet: D3, CB and 33. RGB value is (211,203,51). Sum of RGB (Red+Green+Blue) = 211+203+51=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 51 (20.31% from 255 or 10.97% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CB33 is #2C34CC. Grayscale: #BCBCBC. Windows color (decimal): -2897101 or 3394515. OLE color: 3394515.
HSL color Cylindrical-coordinate representation of color #D3CB33: hue angle of 57º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D3CB33 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 203 | 51 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.17 |
| HSL | 57º | 0.65% | 0.51% | - |
| HSV(B) | 57º | 0.76% | 0.83% | - |
| XYZ | 48.82 | 56.8 | 11.52 | - |
| YUV | 188.06 | 50.65 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 51 | 0 | 0.04 | 0.76 | 0.17 | 57 | 0.65 | 0.51 |
| Hex | D3 | CB | 33 | 0 | 4 | 4C | 11 | 39 | 41 | 33 |
| Octal | 323 | 313 | 63 | 0 | 4 | 114 | 21 | 71 | 101 | 63 |
| Binary | 11010011 | 11001011 | 110011 | 0 | 100 | 1001100 | 10001 | 111001 | 1000001 | 110011 |
Color Harmonies of #D3CB33
Complementary color
Monochromatic Colors of #D3CB33
Black with #D3CB33
Text Example
Text Example
White with #D3CB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CB33; }
p { color: rgb(211,203,51); }
H1.HeaderClassName
{
color: #D3CB33;
}
.AnyTagClassName
{
color: #D3CB33;
}
</style>
background-color css
<style>
a { background-color: #D3CB33; }
a { background-color: rgb(211,203,51); }
div.DivClassName
{
background-color: #D3CB33;
}
.BgClassName
{
background-color: #D3CB33;
}
</style>
border-color css
<style>
span { border-color: #D3CB33; }
span { border-color: rgb(211,203,51); }
td.TdClassName
{
border-color: #D3CB33;
}
.TagClassName
{
border-color: #D3CB33;
}
</style>