Shades of Wild Rice #D6CC6B
Tints of Wild Rice #D6CC6B
RGB
CMYK
RGB Variations
Color information
#D6CC6B (or 0xD6CC6B) is known color: Wild Rice. HEX triplet: D6, CC and 6B. RGB value is (214,204,107). Sum of RGB (Red+Green+Blue) = 214+204+107=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 107 (42.19% from 255 or 20.38% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC6B is #293394. Grayscale: #C4C4C4. Windows color (decimal): -2700181 or 7064790. OLE color: 7064790.
HSL color Cylindrical-coordinate representation of color #D6CC6B: hue angle of 54.39º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6CC6B is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 107 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.16 |
| HSL | 54.39º | 0.57% | 0.63% | - |
| HSV(B) | 54.39º | 0.5% | 0.84% | - |
| XYZ | 51.98 | 58.54 | 22.47 | - |
| YUV | 195.93 | 77.81 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 107 | 0 | 0.05 | 0.50 | 0.16 | 54.39 | 0.57 | 0.63 |
| Hex | D6 | CC | 6B | 0 | 5 | 32 | 10 | 36 | 39 | 3F |
| Octal | 326 | 314 | 153 | 0 | 5 | 62 | 20 | 66 | 71 | 77 |
| Binary | 11010110 | 11001100 | 1101011 | 0 | 101 | 110010 | 10000 | 110110 | 111001 | 111111 |
Color Harmonies of #D6CC6B
Complementary color
Monochromatic Colors of #D6CC6B
Black with #D6CC6B
Text Example
Text Example
White with #D6CC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CC6B; }
p { color: rgb(214,204,107); }
H1.HeaderClassName
{
color: #D6CC6B;
}
.AnyTagClassName
{
color: #D6CC6B;
}
</style>
background-color css
<style>
a { background-color: #D6CC6B; }
a { background-color: rgb(214,204,107); }
div.DivClassName
{
background-color: #D6CC6B;
}
.BgClassName
{
background-color: #D6CC6B;
}
</style>
border-color css
<style>
span { border-color: #D6CC6B; }
span { border-color: rgb(214,204,107); }
td.TdClassName
{
border-color: #D6CC6B;
}
.TagClassName
{
border-color: #D6CC6B;
}
</style>