Shades of Wild Rice #DCCC70
Tints of Wild Rice #DCCC70
RGB
CMYK
RGB Variations
Color information
#DCCC70 (or 0xDCCC70) is known color: Wild Rice. HEX triplet: DC, CC and 70. RGB value is (220,204,112). Sum of RGB (Red+Green+Blue) = 220+204+112=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC70 is #23338F. Grayscale: #C6C6C6. Windows color (decimal): -2306960 or 7392476. OLE color: 7392476.
HSL color Cylindrical-coordinate representation of color #DCCC70: hue angle of 51.11º 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 #DCCC70 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 112 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.14 |
| HSL | 51.11º | 0.61% | 0.65% | - |
| HSV(B) | 51.11º | 0.49% | 0.86% | - |
| XYZ | 54.03 | 59.57 | 23.98 | - |
| YUV | 198.3 | 79.3 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 112 | 0 | 0.07 | 0.49 | 0.14 | 51.11 | 0.61 | 0.65 |
| Hex | DC | CC | 70 | 0 | 7 | 31 | E | 33 | 3D | 41 |
| Octal | 334 | 314 | 160 | 0 | 7 | 61 | 16 | 63 | 75 | 101 |
| Binary | 11011100 | 11001100 | 1110000 | 0 | 111 | 110001 | 1110 | 110011 | 111101 | 1000001 |
Color Harmonies of #DCCC70
Complementary color
Monochromatic Colors of #DCCC70
Black with #DCCC70
Text Example
Text Example
White with #DCCC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC70; }
p { color: rgb(220,204,112); }
H1.HeaderClassName
{
color: #DCCC70;
}
.AnyTagClassName
{
color: #DCCC70;
}
</style>
background-color css
<style>
a { background-color: #DCCC70; }
a { background-color: rgb(220,204,112); }
div.DivClassName
{
background-color: #DCCC70;
}
.BgClassName
{
background-color: #DCCC70;
}
</style>
border-color css
<style>
span { border-color: #DCCC70; }
span { border-color: rgb(220,204,112); }
td.TdClassName
{
border-color: #DCCC70;
}
.TagClassName
{
border-color: #DCCC70;
}
</style>