Shades of Wattle #D9CB2D
Tints of Wattle #D9CB2D
RGB
CMYK
RGB Variations
Color information
#D9CB2D (or 0xD9CB2D) is known color: Wattle. HEX triplet: D9, CB and 2D. RGB value is (217,203,45). Sum of RGB (Red+Green+Blue) = 217+203+45=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CB2D is #2634D2. Grayscale: #BDBDBD. Windows color (decimal): -2503891 or 3001305. OLE color: 3001305.
HSL color Cylindrical-coordinate representation of color #D9CB2D: hue angle of 55.12º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9CB2D is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 45 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.15 |
| HSL | 55.12º | 0.69% | 0.51% | - |
| HSV(B) | 55.12º | 0.79% | 0.85% | - |
| XYZ | 50.44 | 57.65 | 10.95 | - |
| YUV | 189.17 | 46.64 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 45 | 0 | 0.06 | 0.79 | 0.15 | 55.12 | 0.69 | 0.51 |
| Hex | D9 | CB | 2D | 0 | 6 | 4F | F | 37 | 45 | 33 |
| Octal | 331 | 313 | 55 | 0 | 6 | 117 | 17 | 67 | 105 | 63 |
| Binary | 11011001 | 11001011 | 101101 | 0 | 110 | 1001111 | 1111 | 110111 | 1000101 | 110011 |
Color Harmonies of #D9CB2D
Complementary color
Monochromatic Colors of #D9CB2D
Black with #D9CB2D
Text Example
Text Example
White with #D9CB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB2D; }
p { color: rgb(217,203,45); }
H1.HeaderClassName
{
color: #D9CB2D;
}
.AnyTagClassName
{
color: #D9CB2D;
}
</style>
background-color css
<style>
a { background-color: #D9CB2D; }
a { background-color: rgb(217,203,45); }
div.DivClassName
{
background-color: #D9CB2D;
}
.BgClassName
{
background-color: #D9CB2D;
}
</style>
border-color css
<style>
span { border-color: #D9CB2D; }
span { border-color: rgb(217,203,45); }
td.TdClassName
{
border-color: #D9CB2D;
}
.TagClassName
{
border-color: #D9CB2D;
}
</style>