Shades of Wild Rice #D8CC68
Tints of Wild Rice #D8CC68
RGB
CMYK
RGB Variations
Color information
#D8CC68 (or 0xD8CC68) is known color: Wild Rice. HEX triplet: D8, CC and 68. RGB value is (216,204,104). Sum of RGB (Red+Green+Blue) = 216+204+104=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CC68 is #273397. Grayscale: #C4C4C4. Windows color (decimal): -2569112 or 6868184. OLE color: 6868184.
HSL color Cylindrical-coordinate representation of color #D8CC68: hue angle of 53.57º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8CC68 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 204 | 104 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.15 |
| HSL | 53.57º | 0.59% | 0.63% | - |
| HSV(B) | 53.57º | 0.52% | 0.85% | - |
| XYZ | 52.41 | 58.78 | 21.68 | - |
| YUV | 196.19 | 75.98 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 104 | 0 | 0.06 | 0.52 | 0.15 | 53.57 | 0.59 | 0.63 |
| Hex | D8 | CC | 68 | 0 | 6 | 34 | F | 36 | 3B | 3F |
| Octal | 330 | 314 | 150 | 0 | 6 | 64 | 17 | 66 | 73 | 77 |
| Binary | 11011000 | 11001100 | 1101000 | 0 | 110 | 110100 | 1111 | 110110 | 111011 | 111111 |
Color Harmonies of #D8CC68
Complementary color
Monochromatic Colors of #D8CC68
Black with #D8CC68
Text Example
Text Example
White with #D8CC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CC68; }
p { color: rgb(216,204,104); }
H1.HeaderClassName
{
color: #D8CC68;
}
.AnyTagClassName
{
color: #D8CC68;
}
</style>
background-color css
<style>
a { background-color: #D8CC68; }
a { background-color: rgb(216,204,104); }
div.DivClassName
{
background-color: #D8CC68;
}
.BgClassName
{
background-color: #D8CC68;
}
</style>
border-color css
<style>
span { border-color: #D8CC68; }
span { border-color: rgb(216,204,104); }
td.TdClassName
{
border-color: #D8CC68;
}
.TagClassName
{
border-color: #D8CC68;
}
</style>