Shades of Wild Rice #DBCD66
Tints of Wild Rice #DBCD66
RGB
CMYK
RGB Variations
Color information
#DBCD66 (or 0xDBCD66) is known color: Wild Rice. HEX triplet: DB, CD and 66. RGB value is (219,205,102). Sum of RGB (Red+Green+Blue) = 219+205+102=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 102 (40.23% from 255 or 19.39% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCD66 is #243299. Grayscale: #C5C5C5. Windows color (decimal): -2372250 or 6737371. OLE color: 6737371.
HSL color Cylindrical-coordinate representation of color #DBCD66: hue angle of 52.82º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBCD66 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 102 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.14 |
| HSL | 52.82º | 0.62% | 0.63% | - |
| HSV(B) | 52.82º | 0.53% | 0.86% | - |
| XYZ | 53.44 | 59.68 | 21.27 | - |
| YUV | 197.44 | 74.14 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 102 | 0 | 0.06 | 0.53 | 0.14 | 52.82 | 0.62 | 0.63 |
| Hex | DB | CD | 66 | 0 | 6 | 35 | E | 35 | 3E | 3F |
| Octal | 333 | 315 | 146 | 0 | 6 | 65 | 16 | 65 | 76 | 77 |
| Binary | 11011011 | 11001101 | 1100110 | 0 | 110 | 110101 | 1110 | 110101 | 111110 | 111111 |
Color Harmonies of #DBCD66
Complementary color
Monochromatic Colors of #DBCD66
Black with #DBCD66
Text Example
Text Example
White with #DBCD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD66; }
p { color: rgb(219,205,102); }
H1.HeaderClassName
{
color: #DBCD66;
}
.AnyTagClassName
{
color: #DBCD66;
}
</style>
background-color css
<style>
a { background-color: #DBCD66; }
a { background-color: rgb(219,205,102); }
div.DivClassName
{
background-color: #DBCD66;
}
.BgClassName
{
background-color: #DBCD66;
}
</style>
border-color css
<style>
span { border-color: #DBCD66; }
span { border-color: rgb(219,205,102); }
td.TdClassName
{
border-color: #DBCD66;
}
.TagClassName
{
border-color: #DBCD66;
}
</style>