Shades of Wild Rice #DCD06C
Tints of Wild Rice #DCD06C
RGB
CMYK
RGB Variations
Color information
#DCD06C (or 0xDCD06C) is known color: Wild Rice. HEX triplet: DC, D0 and 6C. RGB value is (220,208,108). Sum of RGB (Red+Green+Blue) = 220+208+108=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD06C is #232F93. Grayscale: #C8C8C8. Windows color (decimal): -2305940 or 7131356. OLE color: 7131356.
HSL color Cylindrical-coordinate representation of color #DCD06C: hue angle of 53.57º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCD06C is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 108 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.14 |
| HSL | 53.57º | 0.62% | 0.64% | - |
| HSV(B) | 53.57º | 0.51% | 0.86% | - |
| XYZ | 54.78 | 61.41 | 23.15 | - |
| YUV | 200.19 | 75.98 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 108 | 0 | 0.05 | 0.51 | 0.14 | 53.57 | 0.62 | 0.64 |
| Hex | DC | D0 | 6C | 0 | 5 | 33 | E | 36 | 3E | 40 |
| Octal | 334 | 320 | 154 | 0 | 5 | 63 | 16 | 66 | 76 | 100 |
| Binary | 11011100 | 11010000 | 1101100 | 0 | 101 | 110011 | 1110 | 110110 | 111110 | 1000000 |
Color Harmonies of #DCD06C
Complementary color
Monochromatic Colors of #DCD06C
Black with #DCD06C
Text Example
Text Example
White with #DCD06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD06C; }
p { color: rgb(220,208,108); }
H1.HeaderClassName
{
color: #DCD06C;
}
.AnyTagClassName
{
color: #DCD06C;
}
</style>
background-color css
<style>
a { background-color: #DCD06C; }
a { background-color: rgb(220,208,108); }
div.DivClassName
{
background-color: #DCD06C;
}
.BgClassName
{
background-color: #DCD06C;
}
</style>
border-color css
<style>
span { border-color: #DCD06C; }
span { border-color: rgb(220,208,108); }
td.TdClassName
{
border-color: #DCD06C;
}
.TagClassName
{
border-color: #DCD06C;
}
</style>