Shades of Wild Rice #D7CE70
Tints of Wild Rice #D7CE70
RGB
CMYK
RGB Variations
Color information
#D7CE70 (or 0xD7CE70) is known color: Wild Rice. HEX triplet: D7, CE and 70. RGB value is (215,206,112). Sum of RGB (Red+Green+Blue) = 215+206+112=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CE70 is #28318F. Grayscale: #C6C6C6. Windows color (decimal): -2634128 or 7392983. OLE color: 7392983.
HSL color Cylindrical-coordinate representation of color #D7CE70: hue angle of 54.76º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7CE70 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 112 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.16 |
| HSL | 54.76º | 0.56% | 0.64% | - |
| HSV(B) | 54.76º | 0.48% | 0.84% | - |
| XYZ | 53.02 | 59.76 | 24.07 | - |
| YUV | 197.98 | 79.48 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 112 | 0 | 0.04 | 0.48 | 0.16 | 54.76 | 0.56 | 0.64 |
| Hex | D7 | CE | 70 | 0 | 4 | 30 | 10 | 37 | 38 | 40 |
| Octal | 327 | 316 | 160 | 0 | 4 | 60 | 20 | 67 | 70 | 100 |
| Binary | 11010111 | 11001110 | 1110000 | 0 | 100 | 110000 | 10000 | 110111 | 111000 | 1000000 |
Color Harmonies of #D7CE70
Complementary color
Monochromatic Colors of #D7CE70
Black with #D7CE70
Text Example
Text Example
White with #D7CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE70; }
p { color: rgb(215,206,112); }
H1.HeaderClassName
{
color: #D7CE70;
}
.AnyTagClassName
{
color: #D7CE70;
}
</style>
background-color css
<style>
a { background-color: #D7CE70; }
a { background-color: rgb(215,206,112); }
div.DivClassName
{
background-color: #D7CE70;
}
.BgClassName
{
background-color: #D7CE70;
}
</style>
border-color css
<style>
span { border-color: #D7CE70; }
span { border-color: rgb(215,206,112); }
td.TdClassName
{
border-color: #D7CE70;
}
.TagClassName
{
border-color: #D7CE70;
}
</style>