Shades of Wattle #D7C438
Tints of Wattle #D7C438
RGB
CMYK
RGB Variations
Color information
#D7C438 (or 0xD7C438) is known color: Wattle. HEX triplet: D7, C4 and 38. RGB value is (215,196,56). Sum of RGB (Red+Green+Blue) = 215+196+56=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 56 (22.27% from 255 or 11.99% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C438 is #283BC7. Grayscale: #BABABA. Windows color (decimal): -2636744 or 3720407. OLE color: 3720407.
HSL color Cylindrical-coordinate representation of color #D7C438: hue angle of 52.83º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D7C438 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 196 | 56 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.16 |
| HSL | 52.83º | 0.67% | 0.53% | - |
| HSV(B) | 52.83º | 0.74% | 0.84% | - |
| XYZ | 48.48 | 54.21 | 11.65 | - |
| YUV | 185.72 | 54.79 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 196 | 56 | 0 | 0.09 | 0.74 | 0.16 | 52.83 | 0.67 | 0.53 |
| Hex | D7 | C4 | 38 | 0 | 9 | 4A | 10 | 35 | 43 | 35 |
| Octal | 327 | 304 | 70 | 0 | 11 | 112 | 20 | 65 | 103 | 65 |
| Binary | 11010111 | 11000100 | 111000 | 0 | 1001 | 1001010 | 10000 | 110101 | 1000011 | 110101 |
Color Harmonies of #D7C438
Complementary color
Monochromatic Colors of #D7C438
Black with #D7C438
Text Example
Text Example
White with #D7C438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C438; }
p { color: rgb(215,196,56); }
H1.HeaderClassName
{
color: #D7C438;
}
.AnyTagClassName
{
color: #D7C438;
}
</style>
background-color css
<style>
a { background-color: #D7C438; }
a { background-color: rgb(215,196,56); }
div.DivClassName
{
background-color: #D7C438;
}
.BgClassName
{
background-color: #D7C438;
}
</style>
border-color css
<style>
span { border-color: #D7C438; }
span { border-color: rgb(215,196,56); }
td.TdClassName
{
border-color: #D7C438;
}
.TagClassName
{
border-color: #D7C438;
}
</style>