Shades of Wild Rice #DFCF76
Tints of Wild Rice #DFCF76
RGB
CMYK
RGB Variations
Color information
#DFCF76 (or 0xDFCF76) is known color: Wild Rice. HEX triplet: DF, CF and 76. RGB value is (223,207,118). Sum of RGB (Red+Green+Blue) = 223+207+118=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 118 (46.48% from 255 or 21.53% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF76 is #203089. Grayscale: #CACACA. Windows color (decimal): -2109578 or 7786463. OLE color: 7786463.
HSL color Cylindrical-coordinate representation of color #DFCF76: hue angle of 50.86º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFCF76 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 118 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.13 |
| HSL | 50.86º | 0.62% | 0.67% | - |
| HSV(B) | 50.86º | 0.47% | 0.87% | - |
| XYZ | 56.01 | 61.62 | 26.08 | - |
| YUV | 201.64 | 80.8 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 118 | 0 | 0.07 | 0.47 | 0.13 | 50.86 | 0.62 | 0.67 |
| Hex | DF | CF | 76 | 0 | 7 | 2F | D | 33 | 3E | 43 |
| Octal | 337 | 317 | 166 | 0 | 7 | 57 | 15 | 63 | 76 | 103 |
| Binary | 11011111 | 11001111 | 1110110 | 0 | 111 | 101111 | 1101 | 110011 | 111110 | 1000011 |
Color Harmonies of #DFCF76
Complementary color
Monochromatic Colors of #DFCF76
Black with #DFCF76
Text Example
Text Example
White with #DFCF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCF76; }
p { color: rgb(223,207,118); }
H1.HeaderClassName
{
color: #DFCF76;
}
.AnyTagClassName
{
color: #DFCF76;
}
</style>
background-color css
<style>
a { background-color: #DFCF76; }
a { background-color: rgb(223,207,118); }
div.DivClassName
{
background-color: #DFCF76;
}
.BgClassName
{
background-color: #DFCF76;
}
</style>
border-color css
<style>
span { border-color: #DFCF76; }
span { border-color: rgb(223,207,118); }
td.TdClassName
{
border-color: #DFCF76;
}
.TagClassName
{
border-color: #DFCF76;
}
</style>