Shades of Wild Rice #DCD475
Tints of Wild Rice #DCD475
RGB
CMYK
RGB Variations
Color information
#DCD475 (or 0xDCD475) is known color: Wild Rice. HEX triplet: DC, D4 and 75. RGB value is (220,212,117). Sum of RGB (Red+Green+Blue) = 220+212+117=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD475 is #232B8A. Grayscale: #CBCBCB. Windows color (decimal): -2304907 or 7722204. OLE color: 7722204.
HSL color Cylindrical-coordinate representation of color #DCD475: hue angle of 55.34º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCD475 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 117 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.14 |
| HSL | 55.34º | 0.6% | 0.66% | - |
| HSV(B) | 55.34º | 0.47% | 0.86% | - |
| XYZ | 56.27 | 63.59 | 26.14 | - |
| YUV | 203.56 | 79.15 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 117 | 0 | 0.04 | 0.47 | 0.14 | 55.34 | 0.6 | 0.66 |
| Hex | DC | D4 | 75 | 0 | 4 | 2F | E | 37 | 3C | 42 |
| Octal | 334 | 324 | 165 | 0 | 4 | 57 | 16 | 67 | 74 | 102 |
| Binary | 11011100 | 11010100 | 1110101 | 0 | 100 | 101111 | 1110 | 110111 | 111100 | 1000010 |
Color Harmonies of #DCD475
Complementary color
Monochromatic Colors of #DCD475
Black with #DCD475
Text Example
Text Example
White with #DCD475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD475; }
p { color: rgb(220,212,117); }
H1.HeaderClassName
{
color: #DCD475;
}
.AnyTagClassName
{
color: #DCD475;
}
</style>
background-color css
<style>
a { background-color: #DCD475; }
a { background-color: rgb(220,212,117); }
div.DivClassName
{
background-color: #DCD475;
}
.BgClassName
{
background-color: #DCD475;
}
</style>
border-color css
<style>
span { border-color: #DCD475; }
span { border-color: rgb(220,212,117); }
td.TdClassName
{
border-color: #DCD475;
}
.TagClassName
{
border-color: #DCD475;
}
</style>