Shades of Wattle #D7C038
Tints of Wattle #D7C038
RGB
CMYK
RGB Variations
Color information
#D7C038 (or 0xD7C038) is known color: Wattle. HEX triplet: D7, C0 and 38. RGB value is (215,192,56). Sum of RGB (Red+Green+Blue) = 215+192+56=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 56 (22.27% from 255 or 12.10% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C038 is #283FC7. Grayscale: #B7B7B7. Windows color (decimal): -2637768 or 3719383. OLE color: 3719383.
HSL color Cylindrical-coordinate representation of color #D7C038: hue angle of 51.32º 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 #D7C038 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 56 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.16 |
| HSL | 51.32º | 0.67% | 0.53% | - |
| HSV(B) | 51.32º | 0.74% | 0.84% | - |
| XYZ | 47.59 | 52.43 | 11.35 | - |
| YUV | 183.37 | 56.12 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 56 | 0 | 0.11 | 0.74 | 0.16 | 51.32 | 0.67 | 0.53 |
| Hex | D7 | C0 | 38 | 0 | B | 4A | 10 | 33 | 43 | 35 |
| Octal | 327 | 300 | 70 | 0 | 13 | 112 | 20 | 63 | 103 | 65 |
| Binary | 11010111 | 11000000 | 111000 | 0 | 1011 | 1001010 | 10000 | 110011 | 1000011 | 110101 |
Color Harmonies of #D7C038
Complementary color
Monochromatic Colors of #D7C038
Black with #D7C038
Text Example
Text Example
White with #D7C038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C038; }
p { color: rgb(215,192,56); }
H1.HeaderClassName
{
color: #D7C038;
}
.AnyTagClassName
{
color: #D7C038;
}
</style>
background-color css
<style>
a { background-color: #D7C038; }
a { background-color: rgb(215,192,56); }
div.DivClassName
{
background-color: #D7C038;
}
.BgClassName
{
background-color: #D7C038;
}
</style>
border-color css
<style>
span { border-color: #D7C038; }
span { border-color: rgb(215,192,56); }
td.TdClassName
{
border-color: #D7C038;
}
.TagClassName
{
border-color: #D7C038;
}
</style>