Shades of Wild Rice #D7D07A
Tints of Wild Rice #D7D07A
RGB
CMYK
RGB Variations
Color information
#D7D07A (or 0xD7D07A) is known color: Wild Rice. HEX triplet: D7, D0 and 7A. RGB value is (215,208,122). Sum of RGB (Red+Green+Blue) = 215+208+122=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 122 (48.05% from 255 or 22.39% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D07A is #282F85. Grayscale: #C8C8C8. Windows color (decimal): -2633606 or 8048855. OLE color: 8048855.
HSL color Cylindrical-coordinate representation of color #D7D07A: hue angle of 55.48º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D7D07A is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 122 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.16 |
| HSL | 55.48º | 0.54% | 0.66% | - |
| HSV(B) | 55.48º | 0.43% | 0.84% | - |
| XYZ | 54.09 | 60.96 | 27.33 | - |
| YUV | 200.29 | 83.82 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 122 | 0 | 0.03 | 0.43 | 0.16 | 55.48 | 0.54 | 0.66 |
| Hex | D7 | D0 | 7A | 0 | 3 | 2B | 10 | 37 | 36 | 42 |
| Octal | 327 | 320 | 172 | 0 | 3 | 53 | 20 | 67 | 66 | 102 |
| Binary | 11010111 | 11010000 | 1111010 | 0 | 11 | 101011 | 10000 | 110111 | 110110 | 1000010 |
Color Harmonies of #D7D07A
Complementary color
Monochromatic Colors of #D7D07A
Black with #D7D07A
Text Example
Text Example
White with #D7D07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D07A; }
p { color: rgb(215,208,122); }
H1.HeaderClassName
{
color: #D7D07A;
}
.AnyTagClassName
{
color: #D7D07A;
}
</style>
background-color css
<style>
a { background-color: #D7D07A; }
a { background-color: rgb(215,208,122); }
div.DivClassName
{
background-color: #D7D07A;
}
.BgClassName
{
background-color: #D7D07A;
}
</style>
border-color css
<style>
span { border-color: #D7D07A; }
span { border-color: rgb(215,208,122); }
td.TdClassName
{
border-color: #D7D07A;
}
.TagClassName
{
border-color: #D7D07A;
}
</style>