Shades of Wattle #D5C333
Tints of Wattle #D5C333
RGB
CMYK
RGB Variations
Color information
#D5C333 (or 0xD5C333) is known color: Wattle. HEX triplet: D5, C3 and 33. RGB value is (213,195,51). Sum of RGB (Red+Green+Blue) = 213+195+51=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 51 (20.31% from 255 or 11.11% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C333 is #2A3CCC. Grayscale: #B8B8B8. Windows color (decimal): -2768077 or 3392469. OLE color: 3392469.
HSL color Cylindrical-coordinate representation of color #D5C333: hue angle of 53.33º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5C333 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 195 | 51 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.16 |
| HSL | 53.33º | 0.66% | 0.52% | - |
| HSV(B) | 53.33º | 0.76% | 0.84% | - |
| XYZ | 47.55 | 53.42 | 10.94 | - |
| YUV | 183.97 | 52.96 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 195 | 51 | 0 | 0.08 | 0.76 | 0.16 | 53.33 | 0.66 | 0.52 |
| Hex | D5 | C3 | 33 | 0 | 8 | 4C | 10 | 35 | 42 | 34 |
| Octal | 325 | 303 | 63 | 0 | 10 | 114 | 20 | 65 | 102 | 64 |
| Binary | 11010101 | 11000011 | 110011 | 0 | 1000 | 1001100 | 10000 | 110101 | 1000010 | 110100 |
Color Harmonies of #D5C333
Complementary color
Monochromatic Colors of #D5C333
Black with #D5C333
Text Example
Text Example
White with #D5C333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C333; }
p { color: rgb(213,195,51); }
H1.HeaderClassName
{
color: #D5C333;
}
.AnyTagClassName
{
color: #D5C333;
}
</style>
background-color css
<style>
a { background-color: #D5C333; }
a { background-color: rgb(213,195,51); }
div.DivClassName
{
background-color: #D5C333;
}
.BgClassName
{
background-color: #D5C333;
}
</style>
border-color css
<style>
span { border-color: #D5C333; }
span { border-color: rgb(213,195,51); }
td.TdClassName
{
border-color: #D5C333;
}
.TagClassName
{
border-color: #D5C333;
}
</style>