Shades of Wild Rice #DFCC72
Tints of Wild Rice #DFCC72
RGB
CMYK
RGB Variations
Color information
#DFCC72 (or 0xDFCC72) is known color: Wild Rice. HEX triplet: DF, CC and 72. RGB value is (223,204,114). Sum of RGB (Red+Green+Blue) = 223+204+114=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC72 is #20338D. Grayscale: #C7C7C7. Windows color (decimal): -2110350 or 7523551. OLE color: 7523551.
HSL color Cylindrical-coordinate representation of color #DFCC72: hue angle of 49.54º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFCC72 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 114 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.13 |
| HSL | 49.54º | 0.63% | 0.66% | - |
| HSV(B) | 49.54º | 0.49% | 0.87% | - |
| XYZ | 55.06 | 60.09 | 24.62 | - |
| YUV | 199.42 | 79.79 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 114 | 0 | 0.09 | 0.49 | 0.13 | 49.54 | 0.63 | 0.66 |
| Hex | DF | CC | 72 | 0 | 9 | 31 | D | 32 | 3F | 42 |
| Octal | 337 | 314 | 162 | 0 | 11 | 61 | 15 | 62 | 77 | 102 |
| Binary | 11011111 | 11001100 | 1110010 | 0 | 1001 | 110001 | 1101 | 110010 | 111111 | 1000010 |
Color Harmonies of #DFCC72
Complementary color
Monochromatic Colors of #DFCC72
Black with #DFCC72
Text Example
Text Example
White with #DFCC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC72; }
p { color: rgb(223,204,114); }
H1.HeaderClassName
{
color: #DFCC72;
}
.AnyTagClassName
{
color: #DFCC72;
}
</style>
background-color css
<style>
a { background-color: #DFCC72; }
a { background-color: rgb(223,204,114); }
div.DivClassName
{
background-color: #DFCC72;
}
.BgClassName
{
background-color: #DFCC72;
}
</style>
border-color css
<style>
span { border-color: #DFCC72; }
span { border-color: rgb(223,204,114); }
td.TdClassName
{
border-color: #DFCC72;
}
.TagClassName
{
border-color: #DFCC72;
}
</style>