Shades of Wild Rice #DCD47D
Tints of Wild Rice #DCD47D
RGB
CMYK
RGB Variations
Color information
#DCD47D (or 0xDCD47D) is known color: Wild Rice. HEX triplet: DC, D4 and 7D. RGB value is (220,212,125). Sum of RGB (Red+Green+Blue) = 220+212+125=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD47D is #232B82. Grayscale: #CCCCCC. Windows color (decimal): -2304899 or 8246492. OLE color: 8246492.
HSL color Cylindrical-coordinate representation of color #DCD47D: hue angle of 54.95º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCD47D is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 125 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.14 |
| HSL | 54.95º | 0.58% | 0.68% | - |
| HSV(B) | 54.95º | 0.43% | 0.86% | - |
| XYZ | 56.76 | 63.78 | 28.72 | - |
| YUV | 204.47 | 83.15 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 125 | 0 | 0.04 | 0.43 | 0.14 | 54.95 | 0.58 | 0.68 |
| Hex | DC | D4 | 7D | 0 | 4 | 2B | E | 37 | 3A | 44 |
| Octal | 334 | 324 | 175 | 0 | 4 | 53 | 16 | 67 | 72 | 104 |
| Binary | 11011100 | 11010100 | 1111101 | 0 | 100 | 101011 | 1110 | 110111 | 111010 | 1000100 |
Color Harmonies of #DCD47D
Complementary color
Monochromatic Colors of #DCD47D
Black with #DCD47D
Text Example
Text Example
White with #DCD47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD47D; }
p { color: rgb(220,212,125); }
H1.HeaderClassName
{
color: #DCD47D;
}
.AnyTagClassName
{
color: #DCD47D;
}
</style>
background-color css
<style>
a { background-color: #DCD47D; }
a { background-color: rgb(220,212,125); }
div.DivClassName
{
background-color: #DCD47D;
}
.BgClassName
{
background-color: #DCD47D;
}
</style>
border-color css
<style>
span { border-color: #DCD47D; }
span { border-color: rgb(220,212,125); }
td.TdClassName
{
border-color: #DCD47D;
}
.TagClassName
{
border-color: #DCD47D;
}
</style>