Shades of Wild Rice #DFCD6C
Tints of Wild Rice #DFCD6C
RGB
CMYK
RGB Variations
Color information
#DFCD6C (or 0xDFCD6C) is known color: Wild Rice. HEX triplet: DF, CD and 6C. RGB value is (223,205,108). Sum of RGB (Red+Green+Blue) = 223+205+108=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD6C is #203293. Grayscale: #C7C7C7. Windows color (decimal): -2110100 or 7130591. OLE color: 7130591.
HSL color Cylindrical-coordinate representation of color #DFCD6C: hue angle of 50.61º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFCD6C is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 108 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.13 |
| HSL | 50.61º | 0.64% | 0.65% | - |
| HSV(B) | 50.61º | 0.52% | 0.87% | - |
| XYZ | 54.97 | 60.43 | 22.95 | - |
| YUV | 199.32 | 76.46 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 108 | 0 | 0.08 | 0.52 | 0.13 | 50.61 | 0.64 | 0.65 |
| Hex | DF | CD | 6C | 0 | 8 | 34 | D | 33 | 40 | 41 |
| Octal | 337 | 315 | 154 | 0 | 10 | 64 | 15 | 63 | 100 | 101 |
| Binary | 11011111 | 11001101 | 1101100 | 0 | 1000 | 110100 | 1101 | 110011 | 1000000 | 1000001 |
Color Harmonies of #DFCD6C
Complementary color
Monochromatic Colors of #DFCD6C
Black with #DFCD6C
Text Example
Text Example
White with #DFCD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD6C; }
p { color: rgb(223,205,108); }
H1.HeaderClassName
{
color: #DFCD6C;
}
.AnyTagClassName
{
color: #DFCD6C;
}
</style>
background-color css
<style>
a { background-color: #DFCD6C; }
a { background-color: rgb(223,205,108); }
div.DivClassName
{
background-color: #DFCD6C;
}
.BgClassName
{
background-color: #DFCD6C;
}
</style>
border-color css
<style>
span { border-color: #DFCD6C; }
span { border-color: rgb(223,205,108); }
td.TdClassName
{
border-color: #DFCD6C;
}
.TagClassName
{
border-color: #DFCD6C;
}
</style>