Shades of Wild Rice #DFCC74
Tints of Wild Rice #DFCC74
RGB
CMYK
RGB Variations
Color information
#DFCC74 (or 0xDFCC74) is known color: Wild Rice. HEX triplet: DF, CC and 74. RGB value is (223,204,116). Sum of RGB (Red+Green+Blue) = 223+204+116=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC74 is #20338B. Grayscale: #C8C8C8. Windows color (decimal): -2110348 or 7654623. OLE color: 7654623.
HSL color Cylindrical-coordinate representation of color #DFCC74: hue angle of 49.35º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFCC74 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 116 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.13 |
| HSL | 49.35º | 0.63% | 0.66% | - |
| HSV(B) | 49.35º | 0.48% | 0.87% | - |
| XYZ | 55.18 | 60.13 | 25.22 | - |
| YUV | 199.65 | 80.79 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 116 | 0 | 0.09 | 0.48 | 0.13 | 49.35 | 0.63 | 0.66 |
| Hex | DF | CC | 74 | 0 | 9 | 30 | D | 31 | 3F | 42 |
| Octal | 337 | 314 | 164 | 0 | 11 | 60 | 15 | 61 | 77 | 102 |
| Binary | 11011111 | 11001100 | 1110100 | 0 | 1001 | 110000 | 1101 | 110001 | 111111 | 1000010 |
Color Harmonies of #DFCC74
Complementary color
Monochromatic Colors of #DFCC74
Black with #DFCC74
Text Example
Text Example
White with #DFCC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC74; }
p { color: rgb(223,204,116); }
H1.HeaderClassName
{
color: #DFCC74;
}
.AnyTagClassName
{
color: #DFCC74;
}
</style>
background-color css
<style>
a { background-color: #DFCC74; }
a { background-color: rgb(223,204,116); }
div.DivClassName
{
background-color: #DFCC74;
}
.BgClassName
{
background-color: #DFCC74;
}
</style>
border-color css
<style>
span { border-color: #DFCC74; }
span { border-color: rgb(223,204,116); }
td.TdClassName
{
border-color: #DFCC74;
}
.TagClassName
{
border-color: #DFCC74;
}
</style>