Shades of Wild Rice #DCCF78
Tints of Wild Rice #DCCF78
RGB
CMYK
RGB Variations
Color information
#DCCF78 (or 0xDCCF78) is known color: Wild Rice. HEX triplet: DC, CF and 78. RGB value is (220,207,120). Sum of RGB (Red+Green+Blue) = 220+207+120=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF78 is #233087. Grayscale: #C9C9C9. Windows color (decimal): -2306184 or 7917532. OLE color: 7917532.
HSL color Cylindrical-coordinate representation of color #DCCF78: hue angle of 52.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCCF78 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 120 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.14 |
| HSL | 52.2º | 0.59% | 0.67% | - |
| HSV(B) | 52.2º | 0.45% | 0.86% | - |
| XYZ | 55.22 | 61.2 | 26.67 | - |
| YUV | 200.97 | 82.31 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 120 | 0 | 0.06 | 0.45 | 0.14 | 52.2 | 0.59 | 0.67 |
| Hex | DC | CF | 78 | 0 | 6 | 2D | E | 34 | 3B | 43 |
| Octal | 334 | 317 | 170 | 0 | 6 | 55 | 16 | 64 | 73 | 103 |
| Binary | 11011100 | 11001111 | 1111000 | 0 | 110 | 101101 | 1110 | 110100 | 111011 | 1000011 |
Color Harmonies of #DCCF78
Complementary color
Monochromatic Colors of #DCCF78
Black with #DCCF78
Text Example
Text Example
White with #DCCF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF78; }
p { color: rgb(220,207,120); }
H1.HeaderClassName
{
color: #DCCF78;
}
.AnyTagClassName
{
color: #DCCF78;
}
</style>
background-color css
<style>
a { background-color: #DCCF78; }
a { background-color: rgb(220,207,120); }
div.DivClassName
{
background-color: #DCCF78;
}
.BgClassName
{
background-color: #DCCF78;
}
</style>
border-color css
<style>
span { border-color: #DCCF78; }
span { border-color: rgb(220,207,120); }
td.TdClassName
{
border-color: #DCCF78;
}
.TagClassName
{
border-color: #DCCF78;
}
</style>