Shades of Wild Rice #DDCE6D
Tints of Wild Rice #DDCE6D
RGB
CMYK
RGB Variations
Color information
#DDCE6D (or 0xDDCE6D) is known color: Wild Rice. HEX triplet: DD, CE and 6D. RGB value is (221,206,109). Sum of RGB (Red+Green+Blue) = 221+206+109=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE6D is #223192. Grayscale: #C7C7C7. Windows color (decimal): -2240915 or 7196381. OLE color: 7196381.
HSL color Cylindrical-coordinate representation of color #DDCE6D: hue angle of 51.96º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDCE6D is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 109 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.13 |
| HSL | 51.96º | 0.62% | 0.65% | - |
| HSV(B) | 51.96º | 0.51% | 0.87% | - |
| XYZ | 54.65 | 60.62 | 23.29 | - |
| YUV | 199.43 | 76.97 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 109 | 0 | 0.07 | 0.51 | 0.13 | 51.96 | 0.62 | 0.65 |
| Hex | DD | CE | 6D | 0 | 7 | 33 | D | 34 | 3E | 41 |
| Octal | 335 | 316 | 155 | 0 | 7 | 63 | 15 | 64 | 76 | 101 |
| Binary | 11011101 | 11001110 | 1101101 | 0 | 111 | 110011 | 1101 | 110100 | 111110 | 1000001 |
Color Harmonies of #DDCE6D
Complementary color
Monochromatic Colors of #DDCE6D
Black with #DDCE6D
Text Example
Text Example
White with #DDCE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE6D; }
p { color: rgb(221,206,109); }
H1.HeaderClassName
{
color: #DDCE6D;
}
.AnyTagClassName
{
color: #DDCE6D;
}
</style>
background-color css
<style>
a { background-color: #DDCE6D; }
a { background-color: rgb(221,206,109); }
div.DivClassName
{
background-color: #DDCE6D;
}
.BgClassName
{
background-color: #DDCE6D;
}
</style>
border-color css
<style>
span { border-color: #DDCE6D; }
span { border-color: rgb(221,206,109); }
td.TdClassName
{
border-color: #DDCE6D;
}
.TagClassName
{
border-color: #DDCE6D;
}
</style>