Shades of Wattle #D9CF33
Tints of Wattle #D9CF33
RGB
CMYK
RGB Variations
Color information
#D9CF33 (or 0xD9CF33) is known color: Wattle. HEX triplet: D9, CF and 33. RGB value is (217,207,51). Sum of RGB (Red+Green+Blue) = 217+207+51=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 51 (20.31% from 255 or 10.74% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CF33 is #2630CC. Grayscale: #C0C0C0. Windows color (decimal): -2502861 or 3395545. OLE color: 3395545.
HSL color Cylindrical-coordinate representation of color #D9CF33: hue angle of 56.39º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9CF33 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 51 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.15 |
| HSL | 56.39º | 0.69% | 0.53% | - |
| HSV(B) | 56.39º | 0.76% | 0.85% | - |
| XYZ | 51.53 | 59.62 | 11.92 | - |
| YUV | 192.21 | 48.31 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 51 | 0 | 0.05 | 0.76 | 0.15 | 56.39 | 0.69 | 0.53 |
| Hex | D9 | CF | 33 | 0 | 5 | 4C | F | 38 | 45 | 35 |
| Octal | 331 | 317 | 63 | 0 | 5 | 114 | 17 | 70 | 105 | 65 |
| Binary | 11011001 | 11001111 | 110011 | 0 | 101 | 1001100 | 1111 | 111000 | 1000101 | 110101 |
Color Harmonies of #D9CF33
Complementary color
Monochromatic Colors of #D9CF33
Black with #D9CF33
Text Example
Text Example
White with #D9CF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CF33; }
p { color: rgb(217,207,51); }
H1.HeaderClassName
{
color: #D9CF33;
}
.AnyTagClassName
{
color: #D9CF33;
}
</style>
background-color css
<style>
a { background-color: #D9CF33; }
a { background-color: rgb(217,207,51); }
div.DivClassName
{
background-color: #D9CF33;
}
.BgClassName
{
background-color: #D9CF33;
}
</style>
border-color css
<style>
span { border-color: #D9CF33; }
span { border-color: rgb(217,207,51); }
td.TdClassName
{
border-color: #D9CF33;
}
.TagClassName
{
border-color: #D9CF33;
}
</style>