Shades of Wild Rice #DFCF6D
Tints of Wild Rice #DFCF6D
RGB
CMYK
RGB Variations
Color information
#DFCF6D (or 0xDFCF6D) is known color: Wild Rice. HEX triplet: DF, CF and 6D. RGB value is (223,207,109). Sum of RGB (Red+Green+Blue) = 223+207+109=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF6D is #203092. Grayscale: #C9C9C9. Windows color (decimal): -2109587 or 7196639. OLE color: 7196639.
HSL color Cylindrical-coordinate representation of color #DFCF6D: hue angle of 51.58º 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 #DFCF6D is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 109 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.13 |
| HSL | 51.58º | 0.64% | 0.65% | - |
| HSV(B) | 51.58º | 0.51% | 0.87% | - |
| XYZ | 55.5 | 61.42 | 23.4 | - |
| YUV | 200.61 | 76.3 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 109 | 0 | 0.07 | 0.51 | 0.13 | 51.58 | 0.64 | 0.65 |
| Hex | DF | CF | 6D | 0 | 7 | 33 | D | 34 | 40 | 41 |
| Octal | 337 | 317 | 155 | 0 | 7 | 63 | 15 | 64 | 100 | 101 |
| Binary | 11011111 | 11001111 | 1101101 | 0 | 111 | 110011 | 1101 | 110100 | 1000000 | 1000001 |
Color Harmonies of #DFCF6D
Complementary color
Monochromatic Colors of #DFCF6D
Black with #DFCF6D
Text Example
Text Example
White with #DFCF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCF6D; }
p { color: rgb(223,207,109); }
H1.HeaderClassName
{
color: #DFCF6D;
}
.AnyTagClassName
{
color: #DFCF6D;
}
</style>
background-color css
<style>
a { background-color: #DFCF6D; }
a { background-color: rgb(223,207,109); }
div.DivClassName
{
background-color: #DFCF6D;
}
.BgClassName
{
background-color: #DFCF6D;
}
</style>
border-color css
<style>
span { border-color: #DFCF6D; }
span { border-color: rgb(223,207,109); }
td.TdClassName
{
border-color: #DFCF6D;
}
.TagClassName
{
border-color: #DFCF6D;
}
</style>