Shades of Wattle #D9CB3C
Tints of Wattle #D9CB3C
RGB
CMYK
RGB Variations
Color information
#D9CB3C (or 0xD9CB3C) is known color: Wattle. HEX triplet: D9, CB and 3C. RGB value is (217,203,60). Sum of RGB (Red+Green+Blue) = 217+203+60=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 60 (23.83% from 255 or 12.5% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CB3C is #2634C3. Grayscale: #BFBFBF. Windows color (decimal): -2503876 or 3984345. OLE color: 3984345.
HSL color Cylindrical-coordinate representation of color #D9CB3C: hue angle of 54.65º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9CB3C is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 60 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.15 |
| HSL | 54.65º | 0.67% | 0.54% | - |
| HSV(B) | 54.65º | 0.72% | 0.85% | - |
| XYZ | 50.79 | 57.79 | 12.75 | - |
| YUV | 190.88 | 54.14 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 60 | 0 | 0.06 | 0.72 | 0.15 | 54.65 | 0.67 | 0.54 |
| Hex | D9 | CB | 3C | 0 | 6 | 48 | F | 37 | 43 | 36 |
| Octal | 331 | 313 | 74 | 0 | 6 | 110 | 17 | 67 | 103 | 66 |
| Binary | 11011001 | 11001011 | 111100 | 0 | 110 | 1001000 | 1111 | 110111 | 1000011 | 110110 |
Color Harmonies of #D9CB3C
Complementary color
Monochromatic Colors of #D9CB3C
Black with #D9CB3C
Text Example
Text Example
White with #D9CB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB3C; }
p { color: rgb(217,203,60); }
H1.HeaderClassName
{
color: #D9CB3C;
}
.AnyTagClassName
{
color: #D9CB3C;
}
</style>
background-color css
<style>
a { background-color: #D9CB3C; }
a { background-color: rgb(217,203,60); }
div.DivClassName
{
background-color: #D9CB3C;
}
.BgClassName
{
background-color: #D9CB3C;
}
</style>
border-color css
<style>
span { border-color: #D9CB3C; }
span { border-color: rgb(217,203,60); }
td.TdClassName
{
border-color: #D9CB3C;
}
.TagClassName
{
border-color: #D9CB3C;
}
</style>