Shades of Wild Rice #DFD369
Tints of Wild Rice #DFD369
RGB
CMYK
RGB Variations
Color information
#DFD369 (or 0xDFD369) is known color: Wild Rice. HEX triplet: DF, D3 and 69. RGB value is (223,211,105). Sum of RGB (Red+Green+Blue) = 223+211+105=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD369 is #202C96. Grayscale: #CACACA. Windows color (decimal): -2108567 or 6935519. OLE color: 6935519.
HSL color Cylindrical-coordinate representation of color #DFD369: hue angle of 53.9º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFD369 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 105 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.13 |
| HSL | 53.9º | 0.65% | 0.64% | - |
| HSV(B) | 53.9º | 0.53% | 0.87% | - |
| XYZ | 56.28 | 63.3 | 22.62 | - |
| YUV | 202.5 | 72.98 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 105 | 0 | 0.05 | 0.53 | 0.13 | 53.9 | 0.65 | 0.64 |
| Hex | DF | D3 | 69 | 0 | 5 | 35 | D | 36 | 41 | 40 |
| Octal | 337 | 323 | 151 | 0 | 5 | 65 | 15 | 66 | 101 | 100 |
| Binary | 11011111 | 11010011 | 1101001 | 0 | 101 | 110101 | 1101 | 110110 | 1000001 | 1000000 |
Color Harmonies of #DFD369
Complementary color
Monochromatic Colors of #DFD369
Black with #DFD369
Text Example
Text Example
White with #DFD369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD369; }
p { color: rgb(223,211,105); }
H1.HeaderClassName
{
color: #DFD369;
}
.AnyTagClassName
{
color: #DFD369;
}
</style>
background-color css
<style>
a { background-color: #DFD369; }
a { background-color: rgb(223,211,105); }
div.DivClassName
{
background-color: #DFD369;
}
.BgClassName
{
background-color: #DFD369;
}
</style>
border-color css
<style>
span { border-color: #DFD369; }
span { border-color: rgb(223,211,105); }
td.TdClassName
{
border-color: #DFD369;
}
.TagClassName
{
border-color: #DFD369;
}
</style>