Shades of Wattle #D7CF42
Tints of Wattle #D7CF42
RGB
CMYK
RGB Variations
Color information
#D7CF42 (or 0xD7CF42) is known color: Wattle. HEX triplet: D7, CF and 42. RGB value is (215,207,66). Sum of RGB (Red+Green+Blue) = 215+207+66=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 66 (26.17% from 255 or 13.52% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CF42 is #2830BD. Grayscale: #C1C1C1. Windows color (decimal): -2633918 or 4378583. OLE color: 4378583.
HSL color Cylindrical-coordinate representation of color #D7CF42: hue angle of 56.78º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D7CF42 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 207 | 66 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.16 |
| HSL | 56.78º | 0.65% | 0.55% | - |
| HSV(B) | 56.78º | 0.69% | 0.84% | - |
| XYZ | 51.32 | 59.47 | 13.93 | - |
| YUV | 193.32 | 56.15 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 207 | 66 | 0 | 0.04 | 0.69 | 0.16 | 56.78 | 0.65 | 0.55 |
| Hex | D7 | CF | 42 | 0 | 4 | 45 | 10 | 39 | 41 | 37 |
| Octal | 327 | 317 | 102 | 0 | 4 | 105 | 20 | 71 | 101 | 67 |
| Binary | 11010111 | 11001111 | 1000010 | 0 | 100 | 1000101 | 10000 | 111001 | 1000001 | 110111 |
Color Harmonies of #D7CF42
Complementary color
Monochromatic Colors of #D7CF42
Black with #D7CF42
Text Example
Text Example
White with #D7CF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CF42; }
p { color: rgb(215,207,66); }
H1.HeaderClassName
{
color: #D7CF42;
}
.AnyTagClassName
{
color: #D7CF42;
}
</style>
background-color css
<style>
a { background-color: #D7CF42; }
a { background-color: rgb(215,207,66); }
div.DivClassName
{
background-color: #D7CF42;
}
.BgClassName
{
background-color: #D7CF42;
}
</style>
border-color css
<style>
span { border-color: #D7CF42; }
span { border-color: rgb(215,207,66); }
td.TdClassName
{
border-color: #D7CF42;
}
.TagClassName
{
border-color: #D7CF42;
}
</style>