Shades of Wild Rice #DFD267
Tints of Wild Rice #DFD267
RGB
CMYK
RGB Variations
Color information
#DFD267 (or 0xDFD267) is known color: Wild Rice. HEX triplet: DF, D2 and 67. RGB value is (223,210,103). Sum of RGB (Red+Green+Blue) = 223+210+103=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 103 (40.62% from 255 or 19.22% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD267 is #202D98. Grayscale: #CACACA. Windows color (decimal): -2108825 or 6804191. OLE color: 6804191.
HSL color Cylindrical-coordinate representation of color #DFD267: hue angle of 53.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFD267 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 103 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.13 |
| HSL | 53.5º | 0.65% | 0.64% | - |
| HSV(B) | 53.5º | 0.54% | 0.87% | - |
| XYZ | 55.93 | 62.76 | 22 | - |
| YUV | 201.69 | 72.31 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 103 | 0 | 0.06 | 0.54 | 0.13 | 53.5 | 0.65 | 0.64 |
| Hex | DF | D2 | 67 | 0 | 6 | 36 | D | 36 | 41 | 40 |
| Octal | 337 | 322 | 147 | 0 | 6 | 66 | 15 | 66 | 101 | 100 |
| Binary | 11011111 | 11010010 | 1100111 | 0 | 110 | 110110 | 1101 | 110110 | 1000001 | 1000000 |
Color Harmonies of #DFD267
Complementary color
Monochromatic Colors of #DFD267
Black with #DFD267
Text Example
Text Example
White with #DFD267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD267; }
p { color: rgb(223,210,103); }
H1.HeaderClassName
{
color: #DFD267;
}
.AnyTagClassName
{
color: #DFD267;
}
</style>
background-color css
<style>
a { background-color: #DFD267; }
a { background-color: rgb(223,210,103); }
div.DivClassName
{
background-color: #DFD267;
}
.BgClassName
{
background-color: #DFD267;
}
</style>
border-color css
<style>
span { border-color: #DFD267; }
span { border-color: rgb(223,210,103); }
td.TdClassName
{
border-color: #DFD267;
}
.TagClassName
{
border-color: #DFD267;
}
</style>