Shades of Wild Rice #DDCE6C
Tints of Wild Rice #DDCE6C
RGB
CMYK
RGB Variations
Color information
#DDCE6C (or 0xDDCE6C) is known color: Wild Rice. HEX triplet: DD, CE and 6C. RGB value is (221,206,108). Sum of RGB (Red+Green+Blue) = 221+206+108=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE6C is #223193. Grayscale: #C7C7C7. Windows color (decimal): -2240916 or 7130845. OLE color: 7130845.
HSL color Cylindrical-coordinate representation of color #DDCE6C: hue angle of 52.04º 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 #DDCE6C is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 108 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.13 |
| HSL | 52.04º | 0.62% | 0.65% | - |
| HSV(B) | 52.04º | 0.51% | 0.87% | - |
| XYZ | 54.6 | 60.6 | 23.01 | - |
| YUV | 199.31 | 76.47 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 108 | 0 | 0.07 | 0.51 | 0.13 | 52.04 | 0.62 | 0.65 |
| Hex | DD | CE | 6C | 0 | 7 | 33 | D | 34 | 3E | 41 |
| Octal | 335 | 316 | 154 | 0 | 7 | 63 | 15 | 64 | 76 | 101 |
| Binary | 11011101 | 11001110 | 1101100 | 0 | 111 | 110011 | 1101 | 110100 | 111110 | 1000001 |
Color Harmonies of #DDCE6C
Complementary color
Monochromatic Colors of #DDCE6C
Black with #DDCE6C
Text Example
Text Example
White with #DDCE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE6C; }
p { color: rgb(221,206,108); }
H1.HeaderClassName
{
color: #DDCE6C;
}
.AnyTagClassName
{
color: #DDCE6C;
}
</style>
background-color css
<style>
a { background-color: #DDCE6C; }
a { background-color: rgb(221,206,108); }
div.DivClassName
{
background-color: #DDCE6C;
}
.BgClassName
{
background-color: #DDCE6C;
}
</style>
border-color css
<style>
span { border-color: #DDCE6C; }
span { border-color: rgb(221,206,108); }
td.TdClassName
{
border-color: #DDCE6C;
}
.TagClassName
{
border-color: #DDCE6C;
}
</style>