Shades of Wild Rice #DFCD6D
Tints of Wild Rice #DFCD6D
RGB
CMYK
RGB Variations
Color information
#DFCD6D (or 0xDFCD6D) is known color: Wild Rice. HEX triplet: DF, CD and 6D. RGB value is (223,205,109). Sum of RGB (Red+Green+Blue) = 223+205+109=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD6D is #203292. Grayscale: #C7C7C7. Windows color (decimal): -2110099 or 7196127. OLE color: 7196127.
HSL color Cylindrical-coordinate representation of color #DFCD6D: hue angle of 50.53º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFCD6D is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 109 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.13 |
| HSL | 50.53º | 0.64% | 0.65% | - |
| HSV(B) | 50.53º | 0.51% | 0.87% | - |
| XYZ | 55.02 | 60.45 | 23.24 | - |
| YUV | 199.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 109 | 0 | 0.08 | 0.51 | 0.13 | 50.53 | 0.64 | 0.65 |
| Hex | DF | CD | 6D | 0 | 8 | 33 | D | 33 | 40 | 41 |
| Octal | 337 | 315 | 155 | 0 | 10 | 63 | 15 | 63 | 100 | 101 |
| Binary | 11011111 | 11001101 | 1101101 | 0 | 1000 | 110011 | 1101 | 110011 | 1000000 | 1000001 |
Color Harmonies of #DFCD6D
Complementary color
Monochromatic Colors of #DFCD6D
Black with #DFCD6D
Text Example
Text Example
White with #DFCD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD6D; }
p { color: rgb(223,205,109); }
H1.HeaderClassName
{
color: #DFCD6D;
}
.AnyTagClassName
{
color: #DFCD6D;
}
</style>
background-color css
<style>
a { background-color: #DFCD6D; }
a { background-color: rgb(223,205,109); }
div.DivClassName
{
background-color: #DFCD6D;
}
.BgClassName
{
background-color: #DFCD6D;
}
</style>
border-color css
<style>
span { border-color: #DFCD6D; }
span { border-color: rgb(223,205,109); }
td.TdClassName
{
border-color: #DFCD6D;
}
.TagClassName
{
border-color: #DFCD6D;
}
</style>