Shades of Wattle #D7CB3F
Tints of Wattle #D7CB3F
RGB
CMYK
RGB Variations
Color information
#D7CB3F (or 0xD7CB3F) is known color: Wattle. HEX triplet: D7, CB and 3F. RGB value is (215,203,63). Sum of RGB (Red+Green+Blue) = 215+203+63=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 63 (25% from 255 or 13.10% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CB3F is #2834C0. Grayscale: #BFBFBF. Windows color (decimal): -2634945 or 4180951. OLE color: 4180951.
HSL color Cylindrical-coordinate representation of color #D7CB3F: hue angle of 55.26º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D7CB3F is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 203 | 63 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.16 |
| HSL | 55.26º | 0.66% | 0.55% | - |
| HSV(B) | 55.26º | 0.71% | 0.84% | - |
| XYZ | 50.28 | 57.52 | 13.15 | - |
| YUV | 190.63 | 55.98 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 63 | 0 | 0.06 | 0.71 | 0.16 | 55.26 | 0.66 | 0.55 |
| Hex | D7 | CB | 3F | 0 | 6 | 47 | 10 | 37 | 42 | 37 |
| Octal | 327 | 313 | 77 | 0 | 6 | 107 | 20 | 67 | 102 | 67 |
| Binary | 11010111 | 11001011 | 111111 | 0 | 110 | 1000111 | 10000 | 110111 | 1000010 | 110111 |
Color Harmonies of #D7CB3F
Complementary color
Monochromatic Colors of #D7CB3F
Black with #D7CB3F
Text Example
Text Example
White with #D7CB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CB3F; }
p { color: rgb(215,203,63); }
H1.HeaderClassName
{
color: #D7CB3F;
}
.AnyTagClassName
{
color: #D7CB3F;
}
</style>
background-color css
<style>
a { background-color: #D7CB3F; }
a { background-color: rgb(215,203,63); }
div.DivClassName
{
background-color: #D7CB3F;
}
.BgClassName
{
background-color: #D7CB3F;
}
</style>
border-color css
<style>
span { border-color: #D7CB3F; }
span { border-color: rgb(215,203,63); }
td.TdClassName
{
border-color: #D7CB3F;
}
.TagClassName
{
border-color: #D7CB3F;
}
</style>