Shades of Wild Rice #DBD06A
Tints of Wild Rice #DBD06A
RGB
CMYK
RGB Variations
Color information
#DBD06A (or 0xDBD06A) is known color: Wild Rice. HEX triplet: DB, D0 and 6A. RGB value is (219,208,106). Sum of RGB (Red+Green+Blue) = 219+208+106=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD06A is #242F95. Grayscale: #C8C8C8. Windows color (decimal): -2371478 or 7000283. OLE color: 7000283.
HSL color Cylindrical-coordinate representation of color #DBD06A: hue angle of 54.16º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBD06A is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 106 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.14 |
| HSL | 54.16º | 0.61% | 0.64% | - |
| HSV(B) | 54.16º | 0.52% | 0.86% | - |
| XYZ | 54.37 | 61.21 | 22.59 | - |
| YUV | 199.66 | 75.14 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 106 | 0 | 0.05 | 0.52 | 0.14 | 54.16 | 0.61 | 0.64 |
| Hex | DB | D0 | 6A | 0 | 5 | 34 | E | 36 | 3D | 40 |
| Octal | 333 | 320 | 152 | 0 | 5 | 64 | 16 | 66 | 75 | 100 |
| Binary | 11011011 | 11010000 | 1101010 | 0 | 101 | 110100 | 1110 | 110110 | 111101 | 1000000 |
Color Harmonies of #DBD06A
Complementary color
Monochromatic Colors of #DBD06A
Black with #DBD06A
Text Example
Text Example
White with #DBD06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD06A; }
p { color: rgb(219,208,106); }
H1.HeaderClassName
{
color: #DBD06A;
}
.AnyTagClassName
{
color: #DBD06A;
}
</style>
background-color css
<style>
a { background-color: #DBD06A; }
a { background-color: rgb(219,208,106); }
div.DivClassName
{
background-color: #DBD06A;
}
.BgClassName
{
background-color: #DBD06A;
}
</style>
border-color css
<style>
span { border-color: #DBD06A; }
span { border-color: rgb(219,208,106); }
td.TdClassName
{
border-color: #DBD06A;
}
.TagClassName
{
border-color: #DBD06A;
}
</style>