Shades of Wild Rice #DFDB7F
Tints of Wild Rice #DFDB7F
RGB
CMYK
RGB Variations
Color information
#DFDB7F (or 0xDFDB7F) is known color: Wild Rice. HEX triplet: DF, DB and 7F. RGB value is (223,219,127). Sum of RGB (Red+Green+Blue) = 223+219+127=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 127 (50% from 255 or 22.32% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDB7F is #202480. Grayscale: #D2D2D2. Windows color (decimal): -2106497 or 8379359. OLE color: 8379359.
HSL color Cylindrical-coordinate representation of color #DFDB7F: hue angle of 57.5º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFDB7F is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 127 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.13 |
| HSL | 57.5º | 0.6% | 0.69% | - |
| HSV(B) | 57.5º | 0.43% | 0.87% | - |
| XYZ | 59.59 | 67.88 | 30.04 | - |
| YUV | 209.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 127 | 0 | 0.02 | 0.43 | 0.13 | 57.5 | 0.6 | 0.69 |
| Hex | DF | DB | 7F | 0 | 2 | 2B | D | 3A | 3C | 45 |
| Octal | 337 | 333 | 177 | 0 | 2 | 53 | 15 | 72 | 74 | 105 |
| Binary | 11011111 | 11011011 | 1111111 | 0 | 10 | 101011 | 1101 | 111010 | 111100 | 1000101 |
Color Harmonies of #DFDB7F
Complementary color
Monochromatic Colors of #DFDB7F
Black with #DFDB7F
Text Example
Text Example
White with #DFDB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB7F; }
p { color: rgb(223,219,127); }
H1.HeaderClassName
{
color: #DFDB7F;
}
.AnyTagClassName
{
color: #DFDB7F;
}
</style>
background-color css
<style>
a { background-color: #DFDB7F; }
a { background-color: rgb(223,219,127); }
div.DivClassName
{
background-color: #DFDB7F;
}
.BgClassName
{
background-color: #DFDB7F;
}
</style>
border-color css
<style>
span { border-color: #DFDB7F; }
span { border-color: rgb(223,219,127); }
td.TdClassName
{
border-color: #DFDB7F;
}
.TagClassName
{
border-color: #DFDB7F;
}
</style>