Shades of Wild Rice #DBD07A
Tints of Wild Rice #DBD07A
RGB
CMYK
RGB Variations
Color information
#DBD07A (or 0xDBD07A) is known color: Wild Rice. HEX triplet: DB, D0 and 7A. RGB value is (219,208,122). Sum of RGB (Red+Green+Blue) = 219+208+122=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 122 (48.05% from 255 or 22.22% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD07A is #242F85. Grayscale: #C9C9C9. Windows color (decimal): -2371462 or 8048859. OLE color: 8048859.
HSL color Cylindrical-coordinate representation of color #DBD07A: hue angle of 53.2º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBD07A is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 122 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.14 |
| HSL | 53.2º | 0.57% | 0.67% | - |
| HSV(B) | 53.2º | 0.44% | 0.86% | - |
| XYZ | 55.28 | 61.58 | 27.38 | - |
| YUV | 201.49 | 83.14 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 122 | 0 | 0.05 | 0.44 | 0.14 | 53.2 | 0.57 | 0.67 |
| Hex | DB | D0 | 7A | 0 | 5 | 2C | E | 35 | 39 | 43 |
| Octal | 333 | 320 | 172 | 0 | 5 | 54 | 16 | 65 | 71 | 103 |
| Binary | 11011011 | 11010000 | 1111010 | 0 | 101 | 101100 | 1110 | 110101 | 111001 | 1000011 |
Color Harmonies of #DBD07A
Complementary color
Monochromatic Colors of #DBD07A
Black with #DBD07A
Text Example
Text Example
White with #DBD07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD07A; }
p { color: rgb(219,208,122); }
H1.HeaderClassName
{
color: #DBD07A;
}
.AnyTagClassName
{
color: #DBD07A;
}
</style>
background-color css
<style>
a { background-color: #DBD07A; }
a { background-color: rgb(219,208,122); }
div.DivClassName
{
background-color: #DBD07A;
}
.BgClassName
{
background-color: #DBD07A;
}
</style>
border-color css
<style>
span { border-color: #DBD07A; }
span { border-color: rgb(219,208,122); }
td.TdClassName
{
border-color: #DBD07A;
}
.TagClassName
{
border-color: #DBD07A;
}
</style>