Shades of Wattle #D7CB30
Tints of Wattle #D7CB30
RGB
CMYK
RGB Variations
Color information
#D7CB30 (or 0xD7CB30) is known color: Wattle. HEX triplet: D7, CB and 30. RGB value is (215,203,48). Sum of RGB (Red+Green+Blue) = 215+203+48=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 48 (19.14% from 255 or 10.30% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CB30 is #2834CF. Grayscale: #BDBDBD. Windows color (decimal): -2634960 or 3197911. OLE color: 3197911.
HSL color Cylindrical-coordinate representation of color #D7CB30: hue angle of 55.69º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7CB30 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 203 | 48 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.16 |
| HSL | 55.69º | 0.68% | 0.52% | - |
| HSV(B) | 55.69º | 0.78% | 0.84% | - |
| XYZ | 49.91 | 57.37 | 11.24 | - |
| YUV | 188.92 | 48.48 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 48 | 0 | 0.06 | 0.78 | 0.16 | 55.69 | 0.68 | 0.52 |
| Hex | D7 | CB | 30 | 0 | 6 | 4E | 10 | 38 | 44 | 34 |
| Octal | 327 | 313 | 60 | 0 | 6 | 116 | 20 | 70 | 104 | 64 |
| Binary | 11010111 | 11001011 | 110000 | 0 | 110 | 1001110 | 10000 | 111000 | 1000100 | 110100 |
Color Harmonies of #D7CB30
Complementary color
Monochromatic Colors of #D7CB30
Black with #D7CB30
Text Example
Text Example
White with #D7CB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CB30; }
p { color: rgb(215,203,48); }
H1.HeaderClassName
{
color: #D7CB30;
}
.AnyTagClassName
{
color: #D7CB30;
}
</style>
background-color css
<style>
a { background-color: #D7CB30; }
a { background-color: rgb(215,203,48); }
div.DivClassName
{
background-color: #D7CB30;
}
.BgClassName
{
background-color: #D7CB30;
}
</style>
border-color css
<style>
span { border-color: #D7CB30; }
span { border-color: rgb(215,203,48); }
td.TdClassName
{
border-color: #D7CB30;
}
.TagClassName
{
border-color: #D7CB30;
}
</style>