Shades of Wattle #D7CF31
Tints of Wattle #D7CF31
RGB
CMYK
RGB Variations
Color information
#D7CF31 (or 0xD7CF31) is known color: Wattle. HEX triplet: D7, CF and 31. RGB value is (215,207,49). Sum of RGB (Red+Green+Blue) = 215+207+49=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 49 (19.53% from 255 or 10.40% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CF31 is #2830CE. Grayscale: #C0C0C0. Windows color (decimal): -2633935 or 3264471. OLE color: 3264471.
HSL color Cylindrical-coordinate representation of color #D7CF31: hue angle of 57.11º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7CF31 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 207 | 49 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.16 |
| HSL | 57.11º | 0.67% | 0.52% | - |
| HSV(B) | 57.11º | 0.77% | 0.84% | - |
| XYZ | 50.89 | 59.29 | 11.67 | - |
| YUV | 191.38 | 47.65 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 207 | 49 | 0 | 0.04 | 0.77 | 0.16 | 57.11 | 0.67 | 0.52 |
| Hex | D7 | CF | 31 | 0 | 4 | 4D | 10 | 39 | 43 | 34 |
| Octal | 327 | 317 | 61 | 0 | 4 | 115 | 20 | 71 | 103 | 64 |
| Binary | 11010111 | 11001111 | 110001 | 0 | 100 | 1001101 | 10000 | 111001 | 1000011 | 110100 |
Color Harmonies of #D7CF31
Complementary color
Monochromatic Colors of #D7CF31
Black with #D7CF31
Text Example
Text Example
White with #D7CF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CF31; }
p { color: rgb(215,207,49); }
H1.HeaderClassName
{
color: #D7CF31;
}
.AnyTagClassName
{
color: #D7CF31;
}
</style>
background-color css
<style>
a { background-color: #D7CF31; }
a { background-color: rgb(215,207,49); }
div.DivClassName
{
background-color: #D7CF31;
}
.BgClassName
{
background-color: #D7CF31;
}
</style>
border-color css
<style>
span { border-color: #D7CF31; }
span { border-color: rgb(215,207,49); }
td.TdClassName
{
border-color: #D7CF31;
}
.TagClassName
{
border-color: #D7CF31;
}
</style>