Shades of Wattle #D7C333
Tints of Wattle #D7C333
RGB
CMYK
RGB Variations
Color information
#D7C333 (or 0xD7C333) is known color: Wattle. HEX triplet: D7, C3 and 33. RGB value is (215,195,51). Sum of RGB (Red+Green+Blue) = 215+195+51=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 51 (20.31% from 255 or 11.06% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C333 is #283CCC. Grayscale: #B9B9B9. Windows color (decimal): -2637005 or 3392471. OLE color: 3392471.
HSL color Cylindrical-coordinate representation of color #D7C333: hue angle of 52.68º degrees, saturation: 0.67, 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 #D7C333 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 195 | 51 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.16 |
| HSL | 52.68º | 0.67% | 0.52% | - |
| HSV(B) | 52.68º | 0.76% | 0.84% | - |
| XYZ | 48.14 | 53.72 | 10.96 | - |
| YUV | 184.56 | 52.63 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 195 | 51 | 0 | 0.09 | 0.76 | 0.16 | 52.68 | 0.67 | 0.52 |
| Hex | D7 | C3 | 33 | 0 | 9 | 4C | 10 | 35 | 43 | 34 |
| Octal | 327 | 303 | 63 | 0 | 11 | 114 | 20 | 65 | 103 | 64 |
| Binary | 11010111 | 11000011 | 110011 | 0 | 1001 | 1001100 | 10000 | 110101 | 1000011 | 110100 |
Color Harmonies of #D7C333
Complementary color
Monochromatic Colors of #D7C333
Black with #D7C333
Text Example
Text Example
White with #D7C333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C333; }
p { color: rgb(215,195,51); }
H1.HeaderClassName
{
color: #D7C333;
}
.AnyTagClassName
{
color: #D7C333;
}
</style>
background-color css
<style>
a { background-color: #D7C333; }
a { background-color: rgb(215,195,51); }
div.DivClassName
{
background-color: #D7C333;
}
.BgClassName
{
background-color: #D7C333;
}
</style>
border-color css
<style>
span { border-color: #D7C333; }
span { border-color: rgb(215,195,51); }
td.TdClassName
{
border-color: #D7C333;
}
.TagClassName
{
border-color: #D7C333;
}
</style>