Shades of Wild Rice #DACF6C
Tints of Wild Rice #DACF6C
RGB
CMYK
RGB Variations
Color information
#DACF6C (or 0xDACF6C) is known color: Wild Rice. HEX triplet: DA, CF and 6C. RGB value is (218,207,108). Sum of RGB (Red+Green+Blue) = 218+207+108=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF6C is #253093. Grayscale: #C7C7C7. Windows color (decimal): -2437268 or 7131098. OLE color: 7131098.
HSL color Cylindrical-coordinate representation of color #DACF6C: hue angle of 54º 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 #DACF6C is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 108 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.15 |
| HSL | 54º | 0.6% | 0.64% | - |
| HSV(B) | 54º | 0.5% | 0.85% | - |
| XYZ | 53.93 | 60.61 | 23.04 | - |
| YUV | 199 | 76.64 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 108 | 0 | 0.05 | 0.50 | 0.15 | 54 | 0.6 | 0.64 |
| Hex | DA | CF | 6C | 0 | 5 | 32 | F | 36 | 3C | 40 |
| Octal | 332 | 317 | 154 | 0 | 5 | 62 | 17 | 66 | 74 | 100 |
| Binary | 11011010 | 11001111 | 1101100 | 0 | 101 | 110010 | 1111 | 110110 | 111100 | 1000000 |
Color Harmonies of #DACF6C
Complementary color
Monochromatic Colors of #DACF6C
Black with #DACF6C
Text Example
Text Example
White with #DACF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF6C; }
p { color: rgb(218,207,108); }
H1.HeaderClassName
{
color: #DACF6C;
}
.AnyTagClassName
{
color: #DACF6C;
}
</style>
background-color css
<style>
a { background-color: #DACF6C; }
a { background-color: rgb(218,207,108); }
div.DivClassName
{
background-color: #DACF6C;
}
.BgClassName
{
background-color: #DACF6C;
}
</style>
border-color css
<style>
span { border-color: #DACF6C; }
span { border-color: rgb(218,207,108); }
td.TdClassName
{
border-color: #DACF6C;
}
.TagClassName
{
border-color: #DACF6C;
}
</style>