Shades of Wattle #D9CB33
Tints of Wattle #D9CB33
RGB
CMYK
RGB Variations
Color information
#D9CB33 (or 0xD9CB33) is known color: Wattle. HEX triplet: D9, CB and 33. RGB value is (217,203,51). Sum of RGB (Red+Green+Blue) = 217+203+51=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 51 (20.31% from 255 or 10.83% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CB33 is #2634CC. Grayscale: #BEBEBE. Windows color (decimal): -2503885 or 3394521. OLE color: 3394521.
HSL color Cylindrical-coordinate representation of color #D9CB33: hue angle of 54.94º 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 #D9CB33 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 51 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.15 |
| HSL | 54.94º | 0.69% | 0.53% | - |
| HSV(B) | 54.94º | 0.76% | 0.85% | - |
| XYZ | 50.57 | 57.7 | 11.6 | - |
| YUV | 189.86 | 49.64 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 51 | 0 | 0.06 | 0.76 | 0.15 | 54.94 | 0.69 | 0.53 |
| Hex | D9 | CB | 33 | 0 | 6 | 4C | F | 37 | 45 | 35 |
| Octal | 331 | 313 | 63 | 0 | 6 | 114 | 17 | 67 | 105 | 65 |
| Binary | 11011001 | 11001011 | 110011 | 0 | 110 | 1001100 | 1111 | 110111 | 1000101 | 110101 |
Color Harmonies of #D9CB33
Complementary color
Monochromatic Colors of #D9CB33
Black with #D9CB33
Text Example
Text Example
White with #D9CB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB33; }
p { color: rgb(217,203,51); }
H1.HeaderClassName
{
color: #D9CB33;
}
.AnyTagClassName
{
color: #D9CB33;
}
</style>
background-color css
<style>
a { background-color: #D9CB33; }
a { background-color: rgb(217,203,51); }
div.DivClassName
{
background-color: #D9CB33;
}
.BgClassName
{
background-color: #D9CB33;
}
</style>
border-color css
<style>
span { border-color: #D9CB33; }
span { border-color: rgb(217,203,51); }
td.TdClassName
{
border-color: #D9CB33;
}
.TagClassName
{
border-color: #D9CB33;
}
</style>