Shades of Wattle #D1CB3C
Tints of Wattle #D1CB3C
RGB
CMYK
RGB Variations
Color information
#D1CB3C (or 0xD1CB3C) is known color: Wattle. HEX triplet: D1, CB and 3C. RGB value is (209,203,60). Sum of RGB (Red+Green+Blue) = 209+203+60=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 60 (23.83% from 255 or 12.71% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CB3C is #2E34C3. Grayscale: #BDBDBD. Windows color (decimal): -3028164 or 3984337. OLE color: 3984337.
HSL color Cylindrical-coordinate representation of color #D1CB3C: hue angle of 57.58º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1CB3C is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 60 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.18 |
| HSL | 57.58º | 0.62% | 0.53% | - |
| HSV(B) | 57.58º | 0.71% | 0.82% | - |
| XYZ | 48.47 | 56.59 | 12.64 | - |
| YUV | 188.49 | 55.49 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 60 | 0 | 0.03 | 0.71 | 0.18 | 57.58 | 0.62 | 0.53 |
| Hex | D1 | CB | 3C | 0 | 3 | 47 | 12 | 3A | 3E | 35 |
| Octal | 321 | 313 | 74 | 0 | 3 | 107 | 22 | 72 | 76 | 65 |
| Binary | 11010001 | 11001011 | 111100 | 0 | 11 | 1000111 | 10010 | 111010 | 111110 | 110101 |
Color Harmonies of #D1CB3C
Complementary color
Monochromatic Colors of #D1CB3C
Black with #D1CB3C
Text Example
Text Example
White with #D1CB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CB3C; }
p { color: rgb(209,203,60); }
H1.HeaderClassName
{
color: #D1CB3C;
}
.AnyTagClassName
{
color: #D1CB3C;
}
</style>
background-color css
<style>
a { background-color: #D1CB3C; }
a { background-color: rgb(209,203,60); }
div.DivClassName
{
background-color: #D1CB3C;
}
.BgClassName
{
background-color: #D1CB3C;
}
</style>
border-color css
<style>
span { border-color: #D1CB3C; }
span { border-color: rgb(209,203,60); }
td.TdClassName
{
border-color: #D1CB3C;
}
.TagClassName
{
border-color: #D1CB3C;
}
</style>