Shades of Wild Rice #D9CC70
Tints of Wild Rice #D9CC70
RGB
CMYK
RGB Variations
Color information
#D9CC70 (or 0xD9CC70) is known color: Wild Rice. HEX triplet: D9, CC and 70. RGB value is (217,204,112). Sum of RGB (Red+Green+Blue) = 217+204+112=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CC70 is #26338F. Grayscale: #C5C5C5. Windows color (decimal): -2503568 or 7392473. OLE color: 7392473.
HSL color Cylindrical-coordinate representation of color #D9CC70: hue angle of 52.57º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9CC70 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 204 | 112 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.15 |
| HSL | 52.57º | 0.58% | 0.65% | - |
| HSV(B) | 52.57º | 0.48% | 0.85% | - |
| XYZ | 53.13 | 59.11 | 23.94 | - |
| YUV | 197.4 | 79.81 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 204 | 112 | 0 | 0.06 | 0.48 | 0.15 | 52.57 | 0.58 | 0.65 |
| Hex | D9 | CC | 70 | 0 | 6 | 30 | F | 35 | 3A | 41 |
| Octal | 331 | 314 | 160 | 0 | 6 | 60 | 17 | 65 | 72 | 101 |
| Binary | 11011001 | 11001100 | 1110000 | 0 | 110 | 110000 | 1111 | 110101 | 111010 | 1000001 |
Color Harmonies of #D9CC70
Complementary color
Monochromatic Colors of #D9CC70
Black with #D9CC70
Text Example
Text Example
White with #D9CC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CC70; }
p { color: rgb(217,204,112); }
H1.HeaderClassName
{
color: #D9CC70;
}
.AnyTagClassName
{
color: #D9CC70;
}
</style>
background-color css
<style>
a { background-color: #D9CC70; }
a { background-color: rgb(217,204,112); }
div.DivClassName
{
background-color: #D9CC70;
}
.BgClassName
{
background-color: #D9CC70;
}
</style>
border-color css
<style>
span { border-color: #D9CC70; }
span { border-color: rgb(217,204,112); }
td.TdClassName
{
border-color: #D9CC70;
}
.TagClassName
{
border-color: #D9CC70;
}
</style>