Shades of Wild Rice #DFCC76
Tints of Wild Rice #DFCC76
RGB
CMYK
RGB Variations
Color information
#DFCC76 (or 0xDFCC76) is known color: Wild Rice. HEX triplet: DF, CC and 76. RGB value is (223,204,118). Sum of RGB (Red+Green+Blue) = 223+204+118=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC76 is #203389. Grayscale: #C8C8C8. Windows color (decimal): -2110346 or 7785695. OLE color: 7785695.
HSL color Cylindrical-coordinate representation of color #DFCC76: hue angle of 49.14º 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 #DFCC76 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 118 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.13 |
| HSL | 49.14º | 0.62% | 0.67% | - |
| HSV(B) | 49.14º | 0.47% | 0.87% | - |
| XYZ | 55.29 | 60.18 | 25.84 | - |
| YUV | 199.88 | 81.79 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 118 | 0 | 0.09 | 0.47 | 0.13 | 49.14 | 0.62 | 0.67 |
| Hex | DF | CC | 76 | 0 | 9 | 2F | D | 31 | 3E | 43 |
| Octal | 337 | 314 | 166 | 0 | 11 | 57 | 15 | 61 | 76 | 103 |
| Binary | 11011111 | 11001100 | 1110110 | 0 | 1001 | 101111 | 1101 | 110001 | 111110 | 1000011 |
Color Harmonies of #DFCC76
Complementary color
Monochromatic Colors of #DFCC76
Black with #DFCC76
Text Example
Text Example
White with #DFCC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC76; }
p { color: rgb(223,204,118); }
H1.HeaderClassName
{
color: #DFCC76;
}
.AnyTagClassName
{
color: #DFCC76;
}
</style>
background-color css
<style>
a { background-color: #DFCC76; }
a { background-color: rgb(223,204,118); }
div.DivClassName
{
background-color: #DFCC76;
}
.BgClassName
{
background-color: #DFCC76;
}
</style>
border-color css
<style>
span { border-color: #DFCC76; }
span { border-color: rgb(223,204,118); }
td.TdClassName
{
border-color: #DFCC76;
}
.TagClassName
{
border-color: #DFCC76;
}
</style>