Shades of Wild Rice #DCCF6C
Tints of Wild Rice #DCCF6C
RGB
CMYK
RGB Variations
Color information
#DCCF6C (or 0xDCCF6C) is known color: Wild Rice. HEX triplet: DC, CF and 6C. RGB value is (220,207,108). Sum of RGB (Red+Green+Blue) = 220+207+108=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF6C is #233093. Grayscale: #C8C8C8. Windows color (decimal): -2306196 or 7131100. OLE color: 7131100.
HSL color Cylindrical-coordinate representation of color #DCCF6C: hue angle of 53.04º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCCF6C is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 108 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.14 |
| HSL | 53.04º | 0.62% | 0.64% | - |
| HSV(B) | 53.04º | 0.51% | 0.86% | - |
| XYZ | 54.53 | 60.92 | 23.07 | - |
| YUV | 199.6 | 76.31 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 108 | 0 | 0.06 | 0.51 | 0.14 | 53.04 | 0.62 | 0.64 |
| Hex | DC | CF | 6C | 0 | 6 | 33 | E | 35 | 3E | 40 |
| Octal | 334 | 317 | 154 | 0 | 6 | 63 | 16 | 65 | 76 | 100 |
| Binary | 11011100 | 11001111 | 1101100 | 0 | 110 | 110011 | 1110 | 110101 | 111110 | 1000000 |
Color Harmonies of #DCCF6C
Complementary color
Monochromatic Colors of #DCCF6C
Black with #DCCF6C
Text Example
Text Example
White with #DCCF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF6C; }
p { color: rgb(220,207,108); }
H1.HeaderClassName
{
color: #DCCF6C;
}
.AnyTagClassName
{
color: #DCCF6C;
}
</style>
background-color css
<style>
a { background-color: #DCCF6C; }
a { background-color: rgb(220,207,108); }
div.DivClassName
{
background-color: #DCCF6C;
}
.BgClassName
{
background-color: #DCCF6C;
}
</style>
border-color css
<style>
span { border-color: #DCCF6C; }
span { border-color: rgb(220,207,108); }
td.TdClassName
{
border-color: #DCCF6C;
}
.TagClassName
{
border-color: #DCCF6C;
}
</style>