Shades of Wild Rice #DACC74
Tints of Wild Rice #DACC74
RGB
CMYK
RGB Variations
Color information
#DACC74 (or 0xDACC74) is known color: Wild Rice. HEX triplet: DA, CC and 74. RGB value is (218,204,116). Sum of RGB (Red+Green+Blue) = 218+204+116=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC74 is #25338B. Grayscale: #C6C6C6. Windows color (decimal): -2438028 or 7654618. OLE color: 7654618.
HSL color Cylindrical-coordinate representation of color #DACC74: hue angle of 51.76º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DACC74 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 116 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.15 |
| HSL | 51.76º | 0.58% | 0.65% | - |
| HSV(B) | 51.76º | 0.47% | 0.85% | - |
| XYZ | 53.66 | 59.35 | 25.15 | - |
| YUV | 198.15 | 81.64 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 116 | 0 | 0.06 | 0.47 | 0.15 | 51.76 | 0.58 | 0.65 |
| Hex | DA | CC | 74 | 0 | 6 | 2F | F | 34 | 3A | 41 |
| Octal | 332 | 314 | 164 | 0 | 6 | 57 | 17 | 64 | 72 | 101 |
| Binary | 11011010 | 11001100 | 1110100 | 0 | 110 | 101111 | 1111 | 110100 | 111010 | 1000001 |
Color Harmonies of #DACC74
Complementary color
Monochromatic Colors of #DACC74
Black with #DACC74
Text Example
Text Example
White with #DACC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC74; }
p { color: rgb(218,204,116); }
H1.HeaderClassName
{
color: #DACC74;
}
.AnyTagClassName
{
color: #DACC74;
}
</style>
background-color css
<style>
a { background-color: #DACC74; }
a { background-color: rgb(218,204,116); }
div.DivClassName
{
background-color: #DACC74;
}
.BgClassName
{
background-color: #DACC74;
}
</style>
border-color css
<style>
span { border-color: #DACC74; }
span { border-color: rgb(218,204,116); }
td.TdClassName
{
border-color: #DACC74;
}
.TagClassName
{
border-color: #DACC74;
}
</style>