Shades of Wild Rice #DFD06B
Tints of Wild Rice #DFD06B
RGB
CMYK
RGB Variations
Color information
#DFD06B (or 0xDFD06B) is known color: Wild Rice. HEX triplet: DF, D0 and 6B. RGB value is (223,208,107). Sum of RGB (Red+Green+Blue) = 223+208+107=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 107 (42.19% from 255 or 19.89% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD06B is #202F94. Grayscale: #C9C9C9. Windows color (decimal): -2109333 or 7065823. OLE color: 7065823.
HSL color Cylindrical-coordinate representation of color #DFD06B: hue angle of 52.24º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFD06B is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 107 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.13 |
| HSL | 52.24º | 0.64% | 0.65% | - |
| HSV(B) | 52.24º | 0.52% | 0.87% | - |
| XYZ | 55.64 | 61.86 | 22.92 | - |
| YUV | 200.97 | 74.97 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 107 | 0 | 0.07 | 0.52 | 0.13 | 52.24 | 0.64 | 0.65 |
| Hex | DF | D0 | 6B | 0 | 7 | 34 | D | 34 | 40 | 41 |
| Octal | 337 | 320 | 153 | 0 | 7 | 64 | 15 | 64 | 100 | 101 |
| Binary | 11011111 | 11010000 | 1101011 | 0 | 111 | 110100 | 1101 | 110100 | 1000000 | 1000001 |
Color Harmonies of #DFD06B
Complementary color
Monochromatic Colors of #DFD06B
Black with #DFD06B
Text Example
Text Example
White with #DFD06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD06B; }
p { color: rgb(223,208,107); }
H1.HeaderClassName
{
color: #DFD06B;
}
.AnyTagClassName
{
color: #DFD06B;
}
</style>
background-color css
<style>
a { background-color: #DFD06B; }
a { background-color: rgb(223,208,107); }
div.DivClassName
{
background-color: #DFD06B;
}
.BgClassName
{
background-color: #DFD06B;
}
</style>
border-color css
<style>
span { border-color: #DFD06B; }
span { border-color: rgb(223,208,107); }
td.TdClassName
{
border-color: #DFD06B;
}
.TagClassName
{
border-color: #DFD06B;
}
</style>