Shades of Wild Rice #DDCC70
Tints of Wild Rice #DDCC70
RGB
CMYK
RGB Variations
Color information
#DDCC70 (or 0xDDCC70) is known color: Wild Rice. HEX triplet: DD, CC and 70. RGB value is (221,204,112). Sum of RGB (Red+Green+Blue) = 221+204+112=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC70 is #22338F. Grayscale: #C6C6C6. Windows color (decimal): -2241424 or 7392477. OLE color: 7392477.
HSL color Cylindrical-coordinate representation of color #DDCC70: hue angle of 50.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDCC70 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 112 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.13 |
| HSL | 50.64º | 0.62% | 0.65% | - |
| HSV(B) | 50.64º | 0.49% | 0.87% | - |
| XYZ | 54.34 | 59.73 | 23.99 | - |
| YUV | 198.6 | 79.13 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 112 | 0 | 0.08 | 0.49 | 0.13 | 50.64 | 0.62 | 0.65 |
| Hex | DD | CC | 70 | 0 | 8 | 31 | D | 33 | 3E | 41 |
| Octal | 335 | 314 | 160 | 0 | 10 | 61 | 15 | 63 | 76 | 101 |
| Binary | 11011101 | 11001100 | 1110000 | 0 | 1000 | 110001 | 1101 | 110011 | 111110 | 1000001 |
Color Harmonies of #DDCC70
Complementary color
Monochromatic Colors of #DDCC70
Black with #DDCC70
Text Example
Text Example
White with #DDCC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC70; }
p { color: rgb(221,204,112); }
H1.HeaderClassName
{
color: #DDCC70;
}
.AnyTagClassName
{
color: #DDCC70;
}
</style>
background-color css
<style>
a { background-color: #DDCC70; }
a { background-color: rgb(221,204,112); }
div.DivClassName
{
background-color: #DDCC70;
}
.BgClassName
{
background-color: #DDCC70;
}
</style>
border-color css
<style>
span { border-color: #DDCC70; }
span { border-color: rgb(221,204,112); }
td.TdClassName
{
border-color: #DDCC70;
}
.TagClassName
{
border-color: #DDCC70;
}
</style>