Shades of Wild Rice #DDCF6C
Tints of Wild Rice #DDCF6C
RGB
CMYK
RGB Variations
Color information
#DDCF6C (or 0xDDCF6C) is known color: Wild Rice. HEX triplet: DD, CF and 6C. RGB value is (221,207,108). Sum of RGB (Red+Green+Blue) = 221+207+108=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCF6C is #223093. Grayscale: #C8C8C8. Windows color (decimal): -2240660 or 7131101. OLE color: 7131101.
HSL color Cylindrical-coordinate representation of color #DDCF6C: hue angle of 52.57º 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 #DDCF6C is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 207 | 108 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.13 |
| HSL | 52.57º | 0.62% | 0.65% | - |
| HSV(B) | 52.57º | 0.51% | 0.87% | - |
| XYZ | 54.84 | 61.08 | 23.09 | - |
| YUV | 199.9 | 76.14 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 108 | 0 | 0.06 | 0.51 | 0.13 | 52.57 | 0.62 | 0.65 |
| Hex | DD | CF | 6C | 0 | 6 | 33 | D | 35 | 3E | 41 |
| Octal | 335 | 317 | 154 | 0 | 6 | 63 | 15 | 65 | 76 | 101 |
| Binary | 11011101 | 11001111 | 1101100 | 0 | 110 | 110011 | 1101 | 110101 | 111110 | 1000001 |
Color Harmonies of #DDCF6C
Complementary color
Monochromatic Colors of #DDCF6C
Black with #DDCF6C
Text Example
Text Example
White with #DDCF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCF6C; }
p { color: rgb(221,207,108); }
H1.HeaderClassName
{
color: #DDCF6C;
}
.AnyTagClassName
{
color: #DDCF6C;
}
</style>
background-color css
<style>
a { background-color: #DDCF6C; }
a { background-color: rgb(221,207,108); }
div.DivClassName
{
background-color: #DDCF6C;
}
.BgClassName
{
background-color: #DDCF6C;
}
</style>
border-color css
<style>
span { border-color: #DDCF6C; }
span { border-color: rgb(221,207,108); }
td.TdClassName
{
border-color: #DDCF6C;
}
.TagClassName
{
border-color: #DDCF6C;
}
</style>