Shades of Wild Rice #DCCF6D
Tints of Wild Rice #DCCF6D
RGB
CMYK
RGB Variations
Color information
#DCCF6D (or 0xDCCF6D) is known color: Wild Rice. HEX triplet: DC, CF and 6D. RGB value is (220,207,109). Sum of RGB (Red+Green+Blue) = 220+207+109=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF6D is #233092. Grayscale: #C8C8C8. Windows color (decimal): -2306195 or 7196636. OLE color: 7196636.
HSL color Cylindrical-coordinate representation of color #DCCF6D: hue angle of 52.97º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCCF6D is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 109 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.14 |
| HSL | 52.97º | 0.61% | 0.65% | - |
| HSV(B) | 52.97º | 0.5% | 0.86% | - |
| XYZ | 54.59 | 60.95 | 23.35 | - |
| YUV | 199.72 | 76.81 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 109 | 0 | 0.06 | 0.50 | 0.14 | 52.97 | 0.61 | 0.65 |
| Hex | DC | CF | 6D | 0 | 6 | 32 | E | 35 | 3D | 41 |
| Octal | 334 | 317 | 155 | 0 | 6 | 62 | 16 | 65 | 75 | 101 |
| Binary | 11011100 | 11001111 | 1101101 | 0 | 110 | 110010 | 1110 | 110101 | 111101 | 1000001 |
Color Harmonies of #DCCF6D
Complementary color
Monochromatic Colors of #DCCF6D
Black with #DCCF6D
Text Example
Text Example
White with #DCCF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF6D; }
p { color: rgb(220,207,109); }
H1.HeaderClassName
{
color: #DCCF6D;
}
.AnyTagClassName
{
color: #DCCF6D;
}
</style>
background-color css
<style>
a { background-color: #DCCF6D; }
a { background-color: rgb(220,207,109); }
div.DivClassName
{
background-color: #DCCF6D;
}
.BgClassName
{
background-color: #DCCF6D;
}
</style>
border-color css
<style>
span { border-color: #DCCF6D; }
span { border-color: rgb(220,207,109); }
td.TdClassName
{
border-color: #DCCF6D;
}
.TagClassName
{
border-color: #DCCF6D;
}
</style>