Shades of Wild Rice #D6CC6E
Tints of Wild Rice #D6CC6E
RGB
CMYK
RGB Variations
Color information
#D6CC6E (or 0xD6CC6E) is known color: Wild Rice. HEX triplet: D6, CC and 6E. RGB value is (214,204,110). Sum of RGB (Red+Green+Blue) = 214+204+110=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC6E is #293391. Grayscale: #C4C4C4. Windows color (decimal): -2700178 or 7261398. OLE color: 7261398.
HSL color Cylindrical-coordinate representation of color #D6CC6E: hue angle of 54.23º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6CC6E is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 110 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.16 |
| HSL | 54.23º | 0.56% | 0.64% | - |
| HSV(B) | 54.23º | 0.49% | 0.84% | - |
| XYZ | 52.14 | 58.61 | 23.32 | - |
| YUV | 196.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 110 | 0 | 0.05 | 0.49 | 0.16 | 54.23 | 0.56 | 0.64 |
| Hex | D6 | CC | 6E | 0 | 5 | 31 | 10 | 36 | 38 | 40 |
| Octal | 326 | 314 | 156 | 0 | 5 | 61 | 20 | 66 | 70 | 100 |
| Binary | 11010110 | 11001100 | 1101110 | 0 | 101 | 110001 | 10000 | 110110 | 111000 | 1000000 |
Color Harmonies of #D6CC6E
Complementary color
Monochromatic Colors of #D6CC6E
Black with #D6CC6E
Text Example
Text Example
White with #D6CC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CC6E; }
p { color: rgb(214,204,110); }
H1.HeaderClassName
{
color: #D6CC6E;
}
.AnyTagClassName
{
color: #D6CC6E;
}
</style>
background-color css
<style>
a { background-color: #D6CC6E; }
a { background-color: rgb(214,204,110); }
div.DivClassName
{
background-color: #D6CC6E;
}
.BgClassName
{
background-color: #D6CC6E;
}
</style>
border-color css
<style>
span { border-color: #D6CC6E; }
span { border-color: rgb(214,204,110); }
td.TdClassName
{
border-color: #D6CC6E;
}
.TagClassName
{
border-color: #D6CC6E;
}
</style>