Shades of Wild Rice #DAD17A
Tints of Wild Rice #DAD17A
RGB
CMYK
RGB Variations
Color information
#DAD17A (or 0xDAD17A) is known color: Wild Rice. HEX triplet: DA, D1 and 7A. RGB value is (218,209,122). Sum of RGB (Red+Green+Blue) = 218+209+122=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 122 (48.05% from 255 or 22.22% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD17A is #252E85. Grayscale: #CACACA. Windows color (decimal): -2436742 or 8049114. OLE color: 8049114.
HSL color Cylindrical-coordinate representation of color #DAD17A: hue angle of 54.38º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAD17A is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 209 | 122 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.15 |
| HSL | 54.38º | 0.56% | 0.67% | - |
| HSV(B) | 54.38º | 0.44% | 0.85% | - |
| XYZ | 55.23 | 61.91 | 27.45 | - |
| YUV | 201.77 | 82.98 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 209 | 122 | 0 | 0.04 | 0.44 | 0.15 | 54.38 | 0.56 | 0.67 |
| Hex | DA | D1 | 7A | 0 | 4 | 2C | F | 36 | 38 | 43 |
| Octal | 332 | 321 | 172 | 0 | 4 | 54 | 17 | 66 | 70 | 103 |
| Binary | 11011010 | 11010001 | 1111010 | 0 | 100 | 101100 | 1111 | 110110 | 111000 | 1000011 |
Color Harmonies of #DAD17A
Complementary color
Monochromatic Colors of #DAD17A
Black with #DAD17A
Text Example
Text Example
White with #DAD17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD17A; }
p { color: rgb(218,209,122); }
H1.HeaderClassName
{
color: #DAD17A;
}
.AnyTagClassName
{
color: #DAD17A;
}
</style>
background-color css
<style>
a { background-color: #DAD17A; }
a { background-color: rgb(218,209,122); }
div.DivClassName
{
background-color: #DAD17A;
}
.BgClassName
{
background-color: #DAD17A;
}
</style>
border-color css
<style>
span { border-color: #DAD17A; }
span { border-color: rgb(218,209,122); }
td.TdClassName
{
border-color: #DAD17A;
}
.TagClassName
{
border-color: #DAD17A;
}
</style>