Shades of Wild Rice #DAD16D
Tints of Wild Rice #DAD16D
RGB
CMYK
RGB Variations
Color information
#DAD16D (or 0xDAD16D) is known color: Wild Rice. HEX triplet: DA, D1 and 6D. RGB value is (218,209,109). Sum of RGB (Red+Green+Blue) = 218+209+109=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD16D is #252E92. Grayscale: #C8C8C8. Windows color (decimal): -2436755 or 7197146. OLE color: 7197146.
HSL color Cylindrical-coordinate representation of color #DAD16D: hue angle of 55.05º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAD16D is Cyan = 0, Magento = 0.04, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 209 | 109 | - |
| CMYK | 0 | 0.04 | 0.5 | 0.15 |
| HSL | 55.05º | 0.6% | 0.64% | - |
| HSV(B) | 55.05º | 0.5% | 0.85% | - |
| XYZ | 54.47 | 61.61 | 23.49 | - |
| YUV | 200.29 | 76.48 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 209 | 109 | 0 | 0.04 | 0.5 | 0.15 | 55.05 | 0.6 | 0.64 |
| Hex | DA | D1 | 6D | 0 | 4 | 32 | F | 37 | 3C | 40 |
| Octal | 332 | 321 | 155 | 0 | 4 | 62 | 17 | 67 | 74 | 100 |
| Binary | 11011010 | 11010001 | 1101101 | 0 | 100 | 110010 | 1111 | 110111 | 111100 | 1000000 |
Color Harmonies of #DAD16D
Complementary color
Monochromatic Colors of #DAD16D
Black with #DAD16D
Text Example
Text Example
White with #DAD16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD16D; }
p { color: rgb(218,209,109); }
H1.HeaderClassName
{
color: #DAD16D;
}
.AnyTagClassName
{
color: #DAD16D;
}
</style>
background-color css
<style>
a { background-color: #DAD16D; }
a { background-color: rgb(218,209,109); }
div.DivClassName
{
background-color: #DAD16D;
}
.BgClassName
{
background-color: #DAD16D;
}
</style>
border-color css
<style>
span { border-color: #DAD16D; }
span { border-color: rgb(218,209,109); }
td.TdClassName
{
border-color: #DAD16D;
}
.TagClassName
{
border-color: #DAD16D;
}
</style>