Shades of Wild Rice #DBD26F
Tints of Wild Rice #DBD26F
RGB
CMYK
RGB Variations
Color information
#DBD26F (or 0xDBD26F) is known color: Wild Rice. HEX triplet: DB, D2 and 6F. RGB value is (219,210,111). Sum of RGB (Red+Green+Blue) = 219+210+111=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 111 (43.75% from 255 or 20.56% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD26F is #242D90. Grayscale: #C9C9C9. Windows color (decimal): -2370961 or 7328475. OLE color: 7328475.
HSL color Cylindrical-coordinate representation of color #DBD26F: hue angle of 55º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBD26F is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 111 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.14 |
| HSL | 55º | 0.6% | 0.65% | - |
| HSV(B) | 55º | 0.49% | 0.86% | - |
| XYZ | 55.13 | 62.3 | 24.16 | - |
| YUV | 201.41 | 76.98 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 111 | 0 | 0.04 | 0.49 | 0.14 | 55 | 0.6 | 0.65 |
| Hex | DB | D2 | 6F | 0 | 4 | 31 | E | 37 | 3C | 41 |
| Octal | 333 | 322 | 157 | 0 | 4 | 61 | 16 | 67 | 74 | 101 |
| Binary | 11011011 | 11010010 | 1101111 | 0 | 100 | 110001 | 1110 | 110111 | 111100 | 1000001 |
Color Harmonies of #DBD26F
Complementary color
Monochromatic Colors of #DBD26F
Black with #DBD26F
Text Example
Text Example
White with #DBD26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD26F; }
p { color: rgb(219,210,111); }
H1.HeaderClassName
{
color: #DBD26F;
}
.AnyTagClassName
{
color: #DBD26F;
}
</style>
background-color css
<style>
a { background-color: #DBD26F; }
a { background-color: rgb(219,210,111); }
div.DivClassName
{
background-color: #DBD26F;
}
.BgClassName
{
background-color: #DBD26F;
}
</style>
border-color css
<style>
span { border-color: #DBD26F; }
span { border-color: rgb(219,210,111); }
td.TdClassName
{
border-color: #DBD26F;
}
.TagClassName
{
border-color: #DBD26F;
}
</style>