Shades of Wild Rice #DCCF68
Tints of Wild Rice #DCCF68
RGB
CMYK
RGB Variations
Color information
#DCCF68 (or 0xDCCF68) is known color: Wild Rice. HEX triplet: DC, CF and 68. RGB value is (220,207,104). Sum of RGB (Red+Green+Blue) = 220+207+104=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF68 is #233097. Grayscale: #C7C7C7. Windows color (decimal): -2306200 or 6868956. OLE color: 6868956.
HSL color Cylindrical-coordinate representation of color #DCCF68: hue angle of 53.28º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCCF68 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 104 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.14 |
| HSL | 53.28º | 0.62% | 0.64% | - |
| HSV(B) | 53.28º | 0.53% | 0.86% | - |
| XYZ | 54.33 | 60.84 | 21.98 | - |
| YUV | 199.15 | 74.31 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 104 | 0 | 0.06 | 0.53 | 0.14 | 53.28 | 0.62 | 0.64 |
| Hex | DC | CF | 68 | 0 | 6 | 35 | E | 35 | 3E | 40 |
| Octal | 334 | 317 | 150 | 0 | 6 | 65 | 16 | 65 | 76 | 100 |
| Binary | 11011100 | 11001111 | 1101000 | 0 | 110 | 110101 | 1110 | 110101 | 111110 | 1000000 |
Color Harmonies of #DCCF68
Complementary color
Monochromatic Colors of #DCCF68
Black with #DCCF68
Text Example
Text Example
White with #DCCF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF68; }
p { color: rgb(220,207,104); }
H1.HeaderClassName
{
color: #DCCF68;
}
.AnyTagClassName
{
color: #DCCF68;
}
</style>
background-color css
<style>
a { background-color: #DCCF68; }
a { background-color: rgb(220,207,104); }
div.DivClassName
{
background-color: #DCCF68;
}
.BgClassName
{
background-color: #DCCF68;
}
</style>
border-color css
<style>
span { border-color: #DCCF68; }
span { border-color: rgb(220,207,104); }
td.TdClassName
{
border-color: #DCCF68;
}
.TagClassName
{
border-color: #DCCF68;
}
</style>