Shades of Wild Rice #DBD069
Tints of Wild Rice #DBD069
RGB
CMYK
RGB Variations
Color information
#DBD069 (or 0xDBD069) is known color: Wild Rice. HEX triplet: DB, D0 and 69. RGB value is (219,208,105). Sum of RGB (Red+Green+Blue) = 219+208+105=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 105 (41.41% from 255 or 19.74% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD069 is #242F96. Grayscale: #C7C7C7. Windows color (decimal): -2371479 or 6934747. OLE color: 6934747.
HSL color Cylindrical-coordinate representation of color #DBD069: hue angle of 54.21º 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 #DBD069 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 105 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.14 |
| HSL | 54.21º | 0.61% | 0.64% | - |
| HSV(B) | 54.21º | 0.52% | 0.86% | - |
| XYZ | 54.32 | 61.19 | 22.31 | - |
| YUV | 199.55 | 74.64 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 105 | 0 | 0.05 | 0.52 | 0.14 | 54.21 | 0.61 | 0.64 |
| Hex | DB | D0 | 69 | 0 | 5 | 34 | E | 36 | 3D | 40 |
| Octal | 333 | 320 | 151 | 0 | 5 | 64 | 16 | 66 | 75 | 100 |
| Binary | 11011011 | 11010000 | 1101001 | 0 | 101 | 110100 | 1110 | 110110 | 111101 | 1000000 |
Color Harmonies of #DBD069
Complementary color
Monochromatic Colors of #DBD069
Black with #DBD069
Text Example
Text Example
White with #DBD069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD069; }
p { color: rgb(219,208,105); }
H1.HeaderClassName
{
color: #DBD069;
}
.AnyTagClassName
{
color: #DBD069;
}
</style>
background-color css
<style>
a { background-color: #DBD069; }
a { background-color: rgb(219,208,105); }
div.DivClassName
{
background-color: #DBD069;
}
.BgClassName
{
background-color: #DBD069;
}
</style>
border-color css
<style>
span { border-color: #DBD069; }
span { border-color: rgb(219,208,105); }
td.TdClassName
{
border-color: #DBD069;
}
.TagClassName
{
border-color: #DBD069;
}
</style>