Shades of Wild Rice #DCD67C
Tints of Wild Rice #DCD67C
RGB
CMYK
RGB Variations
Color information
#DCD67C (or 0xDCD67C) is known color: Wild Rice. HEX triplet: DC, D6 and 7C. RGB value is (220,214,124). Sum of RGB (Red+Green+Blue) = 220+214+124=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 124 (48.83% from 255 or 22.22% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD67C is #232983. Grayscale: #CDCDCD. Windows color (decimal): -2304388 or 8181468. OLE color: 8181468.
HSL color Cylindrical-coordinate representation of color #DCD67C: hue angle of 56.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCD67C is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 124 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.14 |
| HSL | 56.25º | 0.58% | 0.67% | - |
| HSV(B) | 56.25º | 0.44% | 0.86% | - |
| XYZ | 57.2 | 64.76 | 28.55 | - |
| YUV | 205.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 124 | 0 | 0.03 | 0.44 | 0.14 | 56.25 | 0.58 | 0.67 |
| Hex | DC | D6 | 7C | 0 | 3 | 2C | E | 38 | 3A | 43 |
| Octal | 334 | 326 | 174 | 0 | 3 | 54 | 16 | 70 | 72 | 103 |
| Binary | 11011100 | 11010110 | 1111100 | 0 | 11 | 101100 | 1110 | 111000 | 111010 | 1000011 |
Color Harmonies of #DCD67C
Complementary color
Monochromatic Colors of #DCD67C
Black with #DCD67C
Text Example
Text Example
White with #DCD67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD67C; }
p { color: rgb(220,214,124); }
H1.HeaderClassName
{
color: #DCD67C;
}
.AnyTagClassName
{
color: #DCD67C;
}
</style>
background-color css
<style>
a { background-color: #DCD67C; }
a { background-color: rgb(220,214,124); }
div.DivClassName
{
background-color: #DCD67C;
}
.BgClassName
{
background-color: #DCD67C;
}
</style>
border-color css
<style>
span { border-color: #DCD67C; }
span { border-color: rgb(220,214,124); }
td.TdClassName
{
border-color: #DCD67C;
}
.TagClassName
{
border-color: #DCD67C;
}
</style>