Shades of Wild Rice #DDCC6F
Tints of Wild Rice #DDCC6F
RGB
CMYK
RGB Variations
Color information
#DDCC6F (or 0xDDCC6F) is known color: Wild Rice. HEX triplet: DD, CC and 6F. RGB value is (221,204,111). Sum of RGB (Red+Green+Blue) = 221+204+111=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 111 (43.75% from 255 or 20.71% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC6F is #223390. Grayscale: #C6C6C6. Windows color (decimal): -2241425 or 7326941. OLE color: 7326941.
HSL color Cylindrical-coordinate representation of color #DDCC6F: hue angle of 50.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDCC6F is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 111 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.13 |
| HSL | 50.73º | 0.62% | 0.65% | - |
| HSV(B) | 50.73º | 0.5% | 0.87% | - |
| XYZ | 54.28 | 59.71 | 23.7 | - |
| YUV | 198.48 | 78.63 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 111 | 0 | 0.08 | 0.50 | 0.13 | 50.73 | 0.62 | 0.65 |
| Hex | DD | CC | 6F | 0 | 8 | 32 | D | 33 | 3E | 41 |
| Octal | 335 | 314 | 157 | 0 | 10 | 62 | 15 | 63 | 76 | 101 |
| Binary | 11011101 | 11001100 | 1101111 | 0 | 1000 | 110010 | 1101 | 110011 | 111110 | 1000001 |
Color Harmonies of #DDCC6F
Complementary color
Monochromatic Colors of #DDCC6F
Black with #DDCC6F
Text Example
Text Example
White with #DDCC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC6F; }
p { color: rgb(221,204,111); }
H1.HeaderClassName
{
color: #DDCC6F;
}
.AnyTagClassName
{
color: #DDCC6F;
}
</style>
background-color css
<style>
a { background-color: #DDCC6F; }
a { background-color: rgb(221,204,111); }
div.DivClassName
{
background-color: #DDCC6F;
}
.BgClassName
{
background-color: #DDCC6F;
}
</style>
border-color css
<style>
span { border-color: #DDCC6F; }
span { border-color: rgb(221,204,111); }
td.TdClassName
{
border-color: #DDCC6F;
}
.TagClassName
{
border-color: #DDCC6F;
}
</style>