Shades of Wild Rice #DACC70
Tints of Wild Rice #DACC70
RGB
CMYK
RGB Variations
Color information
#DACC70 (or 0xDACC70) is known color: Wild Rice. HEX triplet: DA, CC and 70. RGB value is (218,204,112). Sum of RGB (Red+Green+Blue) = 218+204+112=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC70 is #25338F. Grayscale: #C6C6C6. Windows color (decimal): -2438032 or 7392474. OLE color: 7392474.
HSL color Cylindrical-coordinate representation of color #DACC70: hue angle of 52.08º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DACC70 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 112 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.15 |
| HSL | 52.08º | 0.59% | 0.65% | - |
| HSV(B) | 52.08º | 0.49% | 0.85% | - |
| XYZ | 53.43 | 59.26 | 23.95 | - |
| YUV | 197.7 | 79.64 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 112 | 0 | 0.06 | 0.49 | 0.15 | 52.08 | 0.59 | 0.65 |
| Hex | DA | CC | 70 | 0 | 6 | 31 | F | 34 | 3B | 41 |
| Octal | 332 | 314 | 160 | 0 | 6 | 61 | 17 | 64 | 73 | 101 |
| Binary | 11011010 | 11001100 | 1110000 | 0 | 110 | 110001 | 1111 | 110100 | 111011 | 1000001 |
Color Harmonies of #DACC70
Complementary color
Monochromatic Colors of #DACC70
Black with #DACC70
Text Example
Text Example
White with #DACC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC70; }
p { color: rgb(218,204,112); }
H1.HeaderClassName
{
color: #DACC70;
}
.AnyTagClassName
{
color: #DACC70;
}
</style>
background-color css
<style>
a { background-color: #DACC70; }
a { background-color: rgb(218,204,112); }
div.DivClassName
{
background-color: #DACC70;
}
.BgClassName
{
background-color: #DACC70;
}
</style>
border-color css
<style>
span { border-color: #DACC70; }
span { border-color: rgb(218,204,112); }
td.TdClassName
{
border-color: #DACC70;
}
.TagClassName
{
border-color: #DACC70;
}
</style>