Shades of Wild Rice #DCCF65
Tints of Wild Rice #DCCF65
RGB
CMYK
RGB Variations
Color information
#DCCF65 (or 0xDCCF65) is known color: Wild Rice. HEX triplet: DC, CF and 65. RGB value is (220,207,101). Sum of RGB (Red+Green+Blue) = 220+207+101=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF65 is #23309A. Grayscale: #C7C7C7. Windows color (decimal): -2306203 or 6672348. OLE color: 6672348.
HSL color Cylindrical-coordinate representation of color #DCCF65: hue angle of 53.45º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCCF65 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 101 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.14 |
| HSL | 53.45º | 0.63% | 0.63% | - |
| HSV(B) | 53.45º | 0.54% | 0.86% | - |
| XYZ | 54.18 | 60.78 | 21.19 | - |
| YUV | 198.8 | 72.81 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 101 | 0 | 0.06 | 0.54 | 0.14 | 53.45 | 0.63 | 0.63 |
| Hex | DC | CF | 65 | 0 | 6 | 36 | E | 35 | 3F | 3F |
| Octal | 334 | 317 | 145 | 0 | 6 | 66 | 16 | 65 | 77 | 77 |
| Binary | 11011100 | 11001111 | 1100101 | 0 | 110 | 110110 | 1110 | 110101 | 111111 | 111111 |
Color Harmonies of #DCCF65
Complementary color
Monochromatic Colors of #DCCF65
Black with #DCCF65
Text Example
Text Example
White with #DCCF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF65; }
p { color: rgb(220,207,101); }
H1.HeaderClassName
{
color: #DCCF65;
}
.AnyTagClassName
{
color: #DCCF65;
}
</style>
background-color css
<style>
a { background-color: #DCCF65; }
a { background-color: rgb(220,207,101); }
div.DivClassName
{
background-color: #DCCF65;
}
.BgClassName
{
background-color: #DCCF65;
}
</style>
border-color css
<style>
span { border-color: #DCCF65; }
span { border-color: rgb(220,207,101); }
td.TdClassName
{
border-color: #DCCF65;
}
.TagClassName
{
border-color: #DCCF65;
}
</style>