Shades of Wattle #D9CB2F
Tints of Wattle #D9CB2F
RGB
CMYK
RGB Variations
Color information
#D9CB2F (or 0xD9CB2F) is known color: Wattle. HEX triplet: D9, CB and 2F. RGB value is (217,203,47). Sum of RGB (Red+Green+Blue) = 217+203+47=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 47 (18.75% from 255 or 10.06% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CB2F is #2634D0. Grayscale: #BEBEBE. Windows color (decimal): -2503889 or 3132377. OLE color: 3132377.
HSL color Cylindrical-coordinate representation of color #D9CB2F: hue angle of 55.06º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9CB2F is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 47 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.15 |
| HSL | 55.06º | 0.69% | 0.52% | - |
| HSV(B) | 55.06º | 0.78% | 0.85% | - |
| XYZ | 50.48 | 57.67 | 11.16 | - |
| YUV | 189.4 | 47.64 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 47 | 0 | 0.06 | 0.78 | 0.15 | 55.06 | 0.69 | 0.52 |
| Hex | D9 | CB | 2F | 0 | 6 | 4E | F | 37 | 45 | 34 |
| Octal | 331 | 313 | 57 | 0 | 6 | 116 | 17 | 67 | 105 | 64 |
| Binary | 11011001 | 11001011 | 101111 | 0 | 110 | 1001110 | 1111 | 110111 | 1000101 | 110100 |
Color Harmonies of #D9CB2F
Complementary color
Monochromatic Colors of #D9CB2F
Black with #D9CB2F
Text Example
Text Example
White with #D9CB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB2F; }
p { color: rgb(217,203,47); }
H1.HeaderClassName
{
color: #D9CB2F;
}
.AnyTagClassName
{
color: #D9CB2F;
}
</style>
background-color css
<style>
a { background-color: #D9CB2F; }
a { background-color: rgb(217,203,47); }
div.DivClassName
{
background-color: #D9CB2F;
}
.BgClassName
{
background-color: #D9CB2F;
}
</style>
border-color css
<style>
span { border-color: #D9CB2F; }
span { border-color: rgb(217,203,47); }
td.TdClassName
{
border-color: #D9CB2F;
}
.TagClassName
{
border-color: #D9CB2F;
}
</style>