Shades of Wild Rice #DFCC70
Tints of Wild Rice #DFCC70
RGB
CMYK
RGB Variations
Color information
#DFCC70 (or 0xDFCC70) is known color: Wild Rice. HEX triplet: DF, CC and 70. RGB value is (223,204,112). Sum of RGB (Red+Green+Blue) = 223+204+112=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC70 is #20338F. Grayscale: #C7C7C7. Windows color (decimal): -2110352 or 7392479. OLE color: 7392479.
HSL color Cylindrical-coordinate representation of color #DFCC70: hue angle of 49.73º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFCC70 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 112 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.13 |
| HSL | 49.73º | 0.63% | 0.66% | - |
| HSV(B) | 49.73º | 0.5% | 0.87% | - |
| XYZ | 54.95 | 60.04 | 24.02 | - |
| YUV | 199.19 | 78.79 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 112 | 0 | 0.09 | 0.50 | 0.13 | 49.73 | 0.63 | 0.66 |
| Hex | DF | CC | 70 | 0 | 9 | 32 | D | 32 | 3F | 42 |
| Octal | 337 | 314 | 160 | 0 | 11 | 62 | 15 | 62 | 77 | 102 |
| Binary | 11011111 | 11001100 | 1110000 | 0 | 1001 | 110010 | 1101 | 110010 | 111111 | 1000010 |
Color Harmonies of #DFCC70
Complementary color
Monochromatic Colors of #DFCC70
Black with #DFCC70
Text Example
Text Example
White with #DFCC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC70; }
p { color: rgb(223,204,112); }
H1.HeaderClassName
{
color: #DFCC70;
}
.AnyTagClassName
{
color: #DFCC70;
}
</style>
background-color css
<style>
a { background-color: #DFCC70; }
a { background-color: rgb(223,204,112); }
div.DivClassName
{
background-color: #DFCC70;
}
.BgClassName
{
background-color: #DFCC70;
}
</style>
border-color css
<style>
span { border-color: #DFCC70; }
span { border-color: rgb(223,204,112); }
td.TdClassName
{
border-color: #DFCC70;
}
.TagClassName
{
border-color: #DFCC70;
}
</style>