Shades of Wattle #D1CB3E
Tints of Wattle #D1CB3E
RGB
CMYK
RGB Variations
Color information
#D1CB3E (or 0xD1CB3E) is known color: Wattle. HEX triplet: D1, CB and 3E. RGB value is (209,203,62). Sum of RGB (Red+Green+Blue) = 209+203+62=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 62 (24.61% from 255 or 13.08% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CB3E is #2E34C1. Grayscale: #BDBDBD. Windows color (decimal): -3028162 or 4115409. OLE color: 4115409.
HSL color Cylindrical-coordinate representation of color #D1CB3E: hue angle of 57.55º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1CB3E is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 62 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.18 |
| HSL | 57.55º | 0.62% | 0.53% | - |
| HSV(B) | 57.55º | 0.7% | 0.82% | - |
| XYZ | 48.52 | 56.61 | 12.93 | - |
| YUV | 188.72 | 56.49 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 62 | 0 | 0.03 | 0.70 | 0.18 | 57.55 | 0.62 | 0.53 |
| Hex | D1 | CB | 3E | 0 | 3 | 46 | 12 | 3A | 3E | 35 |
| Octal | 321 | 313 | 76 | 0 | 3 | 106 | 22 | 72 | 76 | 65 |
| Binary | 11010001 | 11001011 | 111110 | 0 | 11 | 1000110 | 10010 | 111010 | 111110 | 110101 |
Color Harmonies of #D1CB3E
Complementary color
Monochromatic Colors of #D1CB3E
Black with #D1CB3E
Text Example
Text Example
White with #D1CB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CB3E; }
p { color: rgb(209,203,62); }
H1.HeaderClassName
{
color: #D1CB3E;
}
.AnyTagClassName
{
color: #D1CB3E;
}
</style>
background-color css
<style>
a { background-color: #D1CB3E; }
a { background-color: rgb(209,203,62); }
div.DivClassName
{
background-color: #D1CB3E;
}
.BgClassName
{
background-color: #D1CB3E;
}
</style>
border-color css
<style>
span { border-color: #D1CB3E; }
span { border-color: rgb(209,203,62); }
td.TdClassName
{
border-color: #D1CB3E;
}
.TagClassName
{
border-color: #D1CB3E;
}
</style>