Shades of Wild Rice #DCCE70
Tints of Wild Rice #DCCE70
RGB
CMYK
RGB Variations
Color information
#DCCE70 (or 0xDCCE70) is known color: Wild Rice. HEX triplet: DC, CE and 70. RGB value is (220,206,112). Sum of RGB (Red+Green+Blue) = 220+206+112=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE70 is #23318F. Grayscale: #C7C7C7. Windows color (decimal): -2306448 or 7392988. OLE color: 7392988.
HSL color Cylindrical-coordinate representation of color #DCCE70: hue angle of 52.22º 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 #DCCE70 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 112 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.14 |
| HSL | 52.22º | 0.61% | 0.65% | - |
| HSV(B) | 52.22º | 0.49% | 0.86% | - |
| XYZ | 54.51 | 60.53 | 24.14 | - |
| YUV | 199.47 | 78.64 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 112 | 0 | 0.06 | 0.49 | 0.14 | 52.22 | 0.61 | 0.65 |
| Hex | DC | CE | 70 | 0 | 6 | 31 | E | 34 | 3D | 41 |
| Octal | 334 | 316 | 160 | 0 | 6 | 61 | 16 | 64 | 75 | 101 |
| Binary | 11011100 | 11001110 | 1110000 | 0 | 110 | 110001 | 1110 | 110100 | 111101 | 1000001 |
Color Harmonies of #DCCE70
Complementary color
Monochromatic Colors of #DCCE70
Black with #DCCE70
Text Example
Text Example
White with #DCCE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE70; }
p { color: rgb(220,206,112); }
H1.HeaderClassName
{
color: #DCCE70;
}
.AnyTagClassName
{
color: #DCCE70;
}
</style>
background-color css
<style>
a { background-color: #DCCE70; }
a { background-color: rgb(220,206,112); }
div.DivClassName
{
background-color: #DCCE70;
}
.BgClassName
{
background-color: #DCCE70;
}
</style>
border-color css
<style>
span { border-color: #DCCE70; }
span { border-color: rgb(220,206,112); }
td.TdClassName
{
border-color: #DCCE70;
}
.TagClassName
{
border-color: #DCCE70;
}
</style>