Shades of Wild Rice #DCCF77
Tints of Wild Rice #DCCF77
RGB
CMYK
RGB Variations
Color information
#DCCF77 (or 0xDCCF77) is known color: Wild Rice. HEX triplet: DC, CF and 77. RGB value is (220,207,119). Sum of RGB (Red+Green+Blue) = 220+207+119=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 119 (46.88% from 255 or 21.79% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF77 is #233088. Grayscale: #C9C9C9. Windows color (decimal): -2306185 or 7851996. OLE color: 7851996.
HSL color Cylindrical-coordinate representation of color #DCCF77: hue angle of 52.28º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCCF77 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 119 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.14 |
| HSL | 52.28º | 0.59% | 0.66% | - |
| HSV(B) | 52.28º | 0.46% | 0.86% | - |
| XYZ | 55.16 | 61.17 | 26.35 | - |
| YUV | 200.86 | 81.81 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 119 | 0 | 0.06 | 0.46 | 0.14 | 52.28 | 0.59 | 0.66 |
| Hex | DC | CF | 77 | 0 | 6 | 2E | E | 34 | 3B | 42 |
| Octal | 334 | 317 | 167 | 0 | 6 | 56 | 16 | 64 | 73 | 102 |
| Binary | 11011100 | 11001111 | 1110111 | 0 | 110 | 101110 | 1110 | 110100 | 111011 | 1000010 |
Color Harmonies of #DCCF77
Complementary color
Monochromatic Colors of #DCCF77
Black with #DCCF77
Text Example
Text Example
White with #DCCF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF77; }
p { color: rgb(220,207,119); }
H1.HeaderClassName
{
color: #DCCF77;
}
.AnyTagClassName
{
color: #DCCF77;
}
</style>
background-color css
<style>
a { background-color: #DCCF77; }
a { background-color: rgb(220,207,119); }
div.DivClassName
{
background-color: #DCCF77;
}
.BgClassName
{
background-color: #DCCF77;
}
</style>
border-color css
<style>
span { border-color: #DCCF77; }
span { border-color: rgb(220,207,119); }
td.TdClassName
{
border-color: #DCCF77;
}
.TagClassName
{
border-color: #DCCF77;
}
</style>