Shades of Wild Rice #DCCF70
Tints of Wild Rice #DCCF70
RGB
CMYK
RGB Variations
Color information
#DCCF70 (or 0xDCCF70) is known color: Wild Rice. HEX triplet: DC, CF and 70. RGB value is (220,207,112). Sum of RGB (Red+Green+Blue) = 220+207+112=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF70 is #23308F. Grayscale: #C8C8C8. Windows color (decimal): -2306192 or 7393244. OLE color: 7393244.
HSL color Cylindrical-coordinate representation of color #DCCF70: hue angle of 52.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCCF70 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 112 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.14 |
| HSL | 52.78º | 0.61% | 0.65% | - |
| HSV(B) | 52.78º | 0.49% | 0.86% | - |
| XYZ | 54.75 | 61.01 | 24.22 | - |
| YUV | 200.06 | 78.31 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 112 | 0 | 0.06 | 0.49 | 0.14 | 52.78 | 0.61 | 0.65 |
| Hex | DC | CF | 70 | 0 | 6 | 31 | E | 35 | 3D | 41 |
| Octal | 334 | 317 | 160 | 0 | 6 | 61 | 16 | 65 | 75 | 101 |
| Binary | 11011100 | 11001111 | 1110000 | 0 | 110 | 110001 | 1110 | 110101 | 111101 | 1000001 |
Color Harmonies of #DCCF70
Complementary color
Monochromatic Colors of #DCCF70
Black with #DCCF70
Text Example
Text Example
White with #DCCF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF70; }
p { color: rgb(220,207,112); }
H1.HeaderClassName
{
color: #DCCF70;
}
.AnyTagClassName
{
color: #DCCF70;
}
</style>
background-color css
<style>
a { background-color: #DCCF70; }
a { background-color: rgb(220,207,112); }
div.DivClassName
{
background-color: #DCCF70;
}
.BgClassName
{
background-color: #DCCF70;
}
</style>
border-color css
<style>
span { border-color: #DCCF70; }
span { border-color: rgb(220,207,112); }
td.TdClassName
{
border-color: #DCCF70;
}
.TagClassName
{
border-color: #DCCF70;
}
</style>