Shades of Wattle #D2CB30
Tints of Wattle #D2CB30
RGB
CMYK
RGB Variations
Color information
#D2CB30 (or 0xD2CB30) is known color: Wattle. HEX triplet: D2, CB and 30. RGB value is (210,203,48). Sum of RGB (Red+Green+Blue) = 210+203+48=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 48 (19.14% from 255 or 10.41% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CB30 is #2D34CF. Grayscale: #BCBCBC. Windows color (decimal): -2962640 or 3197906. OLE color: 3197906.
HSL color Cylindrical-coordinate representation of color #D2CB30: hue angle of 57.41º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2CB30 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 48 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.18 |
| HSL | 57.41º | 0.64% | 0.51% | - |
| HSV(B) | 57.41º | 0.77% | 0.82% | - |
| XYZ | 48.47 | 56.63 | 11.17 | - |
| YUV | 187.42 | 49.32 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 48 | 0 | 0.03 | 0.77 | 0.18 | 57.41 | 0.64 | 0.51 |
| Hex | D2 | CB | 30 | 0 | 3 | 4D | 12 | 39 | 40 | 33 |
| Octal | 322 | 313 | 60 | 0 | 3 | 115 | 22 | 71 | 100 | 63 |
| Binary | 11010010 | 11001011 | 110000 | 0 | 11 | 1001101 | 10010 | 111001 | 1000000 | 110011 |
Color Harmonies of #D2CB30
Complementary color
Monochromatic Colors of #D2CB30
Black with #D2CB30
Text Example
Text Example
White with #D2CB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CB30; }
p { color: rgb(210,203,48); }
H1.HeaderClassName
{
color: #D2CB30;
}
.AnyTagClassName
{
color: #D2CB30;
}
</style>
background-color css
<style>
a { background-color: #D2CB30; }
a { background-color: rgb(210,203,48); }
div.DivClassName
{
background-color: #D2CB30;
}
.BgClassName
{
background-color: #D2CB30;
}
</style>
border-color css
<style>
span { border-color: #D2CB30; }
span { border-color: rgb(210,203,48); }
td.TdClassName
{
border-color: #D2CB30;
}
.TagClassName
{
border-color: #D2CB30;
}
</style>