Shades of Wild Rice #DFCF77
Tints of Wild Rice #DFCF77
RGB
CMYK
RGB Variations
Color information
#DFCF77 (or 0xDFCF77) is known color: Wild Rice. HEX triplet: DF, CF and 77. RGB value is (223,207,119). Sum of RGB (Red+Green+Blue) = 223+207+119=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 119 (46.88% from 255 or 21.68% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF77 is #203088. Grayscale: #CACACA. Windows color (decimal): -2109577 or 7851999. OLE color: 7851999.
HSL color Cylindrical-coordinate representation of color #DFCF77: hue angle of 50.77º 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 #DFCF77 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 119 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.13 |
| HSL | 50.77º | 0.62% | 0.67% | - |
| HSV(B) | 50.77º | 0.47% | 0.87% | - |
| XYZ | 56.07 | 61.65 | 26.4 | - |
| YUV | 201.75 | 81.3 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 119 | 0 | 0.07 | 0.47 | 0.13 | 50.77 | 0.62 | 0.67 |
| Hex | DF | CF | 77 | 0 | 7 | 2F | D | 33 | 3E | 43 |
| Octal | 337 | 317 | 167 | 0 | 7 | 57 | 15 | 63 | 76 | 103 |
| Binary | 11011111 | 11001111 | 1110111 | 0 | 111 | 101111 | 1101 | 110011 | 111110 | 1000011 |
Color Harmonies of #DFCF77
Complementary color
Monochromatic Colors of #DFCF77
Black with #DFCF77
Text Example
Text Example
White with #DFCF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCF77; }
p { color: rgb(223,207,119); }
H1.HeaderClassName
{
color: #DFCF77;
}
.AnyTagClassName
{
color: #DFCF77;
}
</style>
background-color css
<style>
a { background-color: #DFCF77; }
a { background-color: rgb(223,207,119); }
div.DivClassName
{
background-color: #DFCF77;
}
.BgClassName
{
background-color: #DFCF77;
}
</style>
border-color css
<style>
span { border-color: #DFCF77; }
span { border-color: rgb(223,207,119); }
td.TdClassName
{
border-color: #DFCF77;
}
.TagClassName
{
border-color: #DFCF77;
}
</style>