Shades of Wild Rice #DAD06D
Tints of Wild Rice #DAD06D
RGB
CMYK
RGB Variations
Color information
#DAD06D (or 0xDAD06D) is known color: Wild Rice. HEX triplet: DA, D0 and 6D. RGB value is (218,208,109). Sum of RGB (Red+Green+Blue) = 218+208+109=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD06D is #252F92. Grayscale: #C8C8C8. Windows color (decimal): -2437011 or 7196890. OLE color: 7196890.
HSL color Cylindrical-coordinate representation of color #DAD06D: hue angle of 54.5º 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 #DAD06D is Cyan = 0, Magento = 0.05, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 208 | 109 | - |
| CMYK | 0 | 0.05 | 0.5 | 0.15 |
| HSL | 54.5º | 0.6% | 0.64% | - |
| HSV(B) | 54.5º | 0.5% | 0.85% | - |
| XYZ | 54.23 | 61.12 | 23.41 | - |
| YUV | 199.7 | 76.81 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 208 | 109 | 0 | 0.05 | 0.5 | 0.15 | 54.5 | 0.6 | 0.64 |
| Hex | DA | D0 | 6D | 0 | 5 | 32 | F | 36 | 3C | 40 |
| Octal | 332 | 320 | 155 | 0 | 5 | 62 | 17 | 66 | 74 | 100 |
| Binary | 11011010 | 11010000 | 1101101 | 0 | 101 | 110010 | 1111 | 110110 | 111100 | 1000000 |
Color Harmonies of #DAD06D
Complementary color
Monochromatic Colors of #DAD06D
Black with #DAD06D
Text Example
Text Example
White with #DAD06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD06D; }
p { color: rgb(218,208,109); }
H1.HeaderClassName
{
color: #DAD06D;
}
.AnyTagClassName
{
color: #DAD06D;
}
</style>
background-color css
<style>
a { background-color: #DAD06D; }
a { background-color: rgb(218,208,109); }
div.DivClassName
{
background-color: #DAD06D;
}
.BgClassName
{
background-color: #DAD06D;
}
</style>
border-color css
<style>
span { border-color: #DAD06D; }
span { border-color: rgb(218,208,109); }
td.TdClassName
{
border-color: #DAD06D;
}
.TagClassName
{
border-color: #DAD06D;
}
</style>