Shades of Wattle #D2CB41
Tints of Wattle #D2CB41
RGB
CMYK
RGB Variations
Color information
#D2CB41 (or 0xD2CB41) is known color: Wattle. HEX triplet: D2, CB and 41. RGB value is (210,203,65). Sum of RGB (Red+Green+Blue) = 210+203+65=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 65 (25.78% from 255 or 13.60% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CB41 is #2D34BE. Grayscale: #BDBDBD. Windows color (decimal): -2962623 or 4312018. OLE color: 4312018.
HSL color Cylindrical-coordinate representation of color #D2CB41: hue angle of 57.1º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2CB41 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 65 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.18 |
| HSL | 57.1º | 0.62% | 0.54% | - |
| HSV(B) | 57.1º | 0.69% | 0.82% | - |
| XYZ | 48.89 | 56.8 | 13.39 | - |
| YUV | 189.36 | 57.82 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 65 | 0 | 0.03 | 0.69 | 0.18 | 57.1 | 0.62 | 0.54 |
| Hex | D2 | CB | 41 | 0 | 3 | 45 | 12 | 39 | 3E | 36 |
| Octal | 322 | 313 | 101 | 0 | 3 | 105 | 22 | 71 | 76 | 66 |
| Binary | 11010010 | 11001011 | 1000001 | 0 | 11 | 1000101 | 10010 | 111001 | 111110 | 110110 |
Color Harmonies of #D2CB41
Complementary color
Monochromatic Colors of #D2CB41
Black with #D2CB41
Text Example
Text Example
White with #D2CB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CB41; }
p { color: rgb(210,203,65); }
H1.HeaderClassName
{
color: #D2CB41;
}
.AnyTagClassName
{
color: #D2CB41;
}
</style>
background-color css
<style>
a { background-color: #D2CB41; }
a { background-color: rgb(210,203,65); }
div.DivClassName
{
background-color: #D2CB41;
}
.BgClassName
{
background-color: #D2CB41;
}
</style>
border-color css
<style>
span { border-color: #D2CB41; }
span { border-color: rgb(210,203,65); }
td.TdClassName
{
border-color: #D2CB41;
}
.TagClassName
{
border-color: #D2CB41;
}
</style>