Shades of Wild Rice #DFD269
Tints of Wild Rice #DFD269
RGB
CMYK
RGB Variations
Color information
#DFD269 (or 0xDFD269) is known color: Wild Rice. HEX triplet: DF, D2 and 69. RGB value is (223,210,105). Sum of RGB (Red+Green+Blue) = 223+210+105=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 105 (41.41% from 255 or 19.52% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD269 is #202D96. Grayscale: #CACACA. Windows color (decimal): -2108823 or 6935263. OLE color: 6935263.
HSL color Cylindrical-coordinate representation of color #DFD269: hue angle of 53.39º 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 #DFD269 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 105 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.13 |
| HSL | 53.39º | 0.65% | 0.64% | - |
| HSV(B) | 53.39º | 0.53% | 0.87% | - |
| XYZ | 56.03 | 62.8 | 22.53 | - |
| YUV | 201.92 | 73.31 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 105 | 0 | 0.06 | 0.53 | 0.13 | 53.39 | 0.65 | 0.64 |
| Hex | DF | D2 | 69 | 0 | 6 | 35 | D | 35 | 41 | 40 |
| Octal | 337 | 322 | 151 | 0 | 6 | 65 | 15 | 65 | 101 | 100 |
| Binary | 11011111 | 11010010 | 1101001 | 0 | 110 | 110101 | 1101 | 110101 | 1000001 | 1000000 |
Color Harmonies of #DFD269
Complementary color
Monochromatic Colors of #DFD269
Black with #DFD269
Text Example
Text Example
White with #DFD269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD269; }
p { color: rgb(223,210,105); }
H1.HeaderClassName
{
color: #DFD269;
}
.AnyTagClassName
{
color: #DFD269;
}
</style>
background-color css
<style>
a { background-color: #DFD269; }
a { background-color: rgb(223,210,105); }
div.DivClassName
{
background-color: #DFD269;
}
.BgClassName
{
background-color: #DFD269;
}
</style>
border-color css
<style>
span { border-color: #DFD269; }
span { border-color: rgb(223,210,105); }
td.TdClassName
{
border-color: #DFD269;
}
.TagClassName
{
border-color: #DFD269;
}
</style>