Shades of Wattle #D1CB44
Tints of Wattle #D1CB44
RGB
CMYK
RGB Variations
Color information
#D1CB44 (or 0xD1CB44) is known color: Wattle. HEX triplet: D1, CB and 44. RGB value is (209,203,68). Sum of RGB (Red+Green+Blue) = 209+203+68=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 68 (26.95% from 255 or 14.17% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CB44 is #2E34BB. Grayscale: #BDBDBD. Windows color (decimal): -3028156 or 4508625. OLE color: 4508625.
HSL color Cylindrical-coordinate representation of color #D1CB44: hue angle of 57.45º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1CB44 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 68 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.18 |
| HSL | 57.45º | 0.61% | 0.54% | - |
| HSV(B) | 57.45º | 0.67% | 0.82% | - |
| XYZ | 48.69 | 56.68 | 13.84 | - |
| YUV | 189.4 | 59.49 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 68 | 0 | 0.03 | 0.67 | 0.18 | 57.45 | 0.61 | 0.54 |
| Hex | D1 | CB | 44 | 0 | 3 | 43 | 12 | 39 | 3D | 36 |
| Octal | 321 | 313 | 104 | 0 | 3 | 103 | 22 | 71 | 75 | 66 |
| Binary | 11010001 | 11001011 | 1000100 | 0 | 11 | 1000011 | 10010 | 111001 | 111101 | 110110 |
Color Harmonies of #D1CB44
Complementary color
Monochromatic Colors of #D1CB44
Black with #D1CB44
Text Example
Text Example
White with #D1CB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CB44; }
p { color: rgb(209,203,68); }
H1.HeaderClassName
{
color: #D1CB44;
}
.AnyTagClassName
{
color: #D1CB44;
}
</style>
background-color css
<style>
a { background-color: #D1CB44; }
a { background-color: rgb(209,203,68); }
div.DivClassName
{
background-color: #D1CB44;
}
.BgClassName
{
background-color: #D1CB44;
}
</style>
border-color css
<style>
span { border-color: #D1CB44; }
span { border-color: rgb(209,203,68); }
td.TdClassName
{
border-color: #D1CB44;
}
.TagClassName
{
border-color: #D1CB44;
}
</style>