Shades of Wild Rice #DBD47B
Tints of Wild Rice #DBD47B
RGB
CMYK
RGB Variations
Color information
#DBD47B (or 0xDBD47B) is known color: Wild Rice. HEX triplet: DB, D4 and 7B. RGB value is (219,212,123). Sum of RGB (Red+Green+Blue) = 219+212+123=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 123 (48.44% from 255 or 22.20% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD47B is #242B84. Grayscale: #CCCCCC. Windows color (decimal): -2370437 or 8115419. OLE color: 8115419.
HSL color Cylindrical-coordinate representation of color #DBD47B: hue angle of 55.62º 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 #DBD47B is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 212 | 123 | - |
CMYK | 0 | 0.03 | 0.44 | 0.14 |
HSL | 55.63º | 0.57% | 0.67% | - |
HSV(B) | 55.63º | 0.44% | 0.86% | - |
XYZ | 56.33 | 63.58 | 28.04 | - |
YUV | 203.95 | 82.32 | 138.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 212 | 123 | 0 | 0.03 | 0.44 | 0.14 | 55.63 | 0.57 | 0.67 |
Hex | DB | D4 | 7B | 0 | 3 | 2C | E | 38 | 39 | 43 |
Octal | 333 | 324 | 173 | 0 | 3 | 54 | 16 | 70 | 71 | 103 |
Binary | 11011011 | 11010100 | 1111011 | 0 | 11 | 101100 | 1110 | 111000 | 111001 | 1000011 |
Color Harmonies of #DBD47B
Complementary color
Monochromatic Colors of #DBD47B
Black with #DBD47B
Text Example
Text Example
White with #DBD47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD47B; }
p { color: rgb(219,212,123); }
H1.HeaderClassName
{
color: #DBD47B;
}
.AnyTagClassName
{
color: #DBD47B;
}
</style>
background-color css
<style>
a { background-color: #DBD47B; }
a { background-color: rgb(219,212,123); }
div.DivClassName
{
background-color: #DBD47B;
}
.BgClassName
{
background-color: #DBD47B;
}
</style>
border-color css
<style>
span { border-color: #DBD47B; }
span { border-color: rgb(219,212,123); }
td.TdClassName
{
border-color: #DBD47B;
}
.TagClassName
{
border-color: #DBD47B;
}
</style>