Shades of Wild Rice #DCD77F
Tints of Wild Rice #DCD77F
RGB
CMYK
RGB Variations
Color information
#DCD77F (or 0xDCD77F) is known color: Wild Rice. HEX triplet: DC, D7 and 7F. RGB value is (220,215,127). Sum of RGB (Red+Green+Blue) = 220+215+127=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 127 (50% from 255 or 22.60% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD77F is #232880. Grayscale: #CECECE. Windows color (decimal): -2304129 or 8378332. OLE color: 8378332.
HSL color Cylindrical-coordinate representation of color #DCD77F: hue angle of 56.77º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCD77F is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 127 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.14 |
| HSL | 56.77º | 0.57% | 0.68% | - |
| HSV(B) | 56.77º | 0.42% | 0.86% | - |
| XYZ | 57.65 | 65.35 | 29.65 | - |
| YUV | 206.46 | 83.16 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 127 | 0 | 0.02 | 0.42 | 0.14 | 56.77 | 0.57 | 0.68 |
| Hex | DC | D7 | 7F | 0 | 2 | 2A | E | 39 | 39 | 44 |
| Octal | 334 | 327 | 177 | 0 | 2 | 52 | 16 | 71 | 71 | 104 |
| Binary | 11011100 | 11010111 | 1111111 | 0 | 10 | 101010 | 1110 | 111001 | 111001 | 1000100 |
Color Harmonies of #DCD77F
Complementary color
Monochromatic Colors of #DCD77F
Black with #DCD77F
Text Example
Text Example
White with #DCD77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD77F; }
p { color: rgb(220,215,127); }
H1.HeaderClassName
{
color: #DCD77F;
}
.AnyTagClassName
{
color: #DCD77F;
}
</style>
background-color css
<style>
a { background-color: #DCD77F; }
a { background-color: rgb(220,215,127); }
div.DivClassName
{
background-color: #DCD77F;
}
.BgClassName
{
background-color: #DCD77F;
}
</style>
border-color css
<style>
span { border-color: #DCD77F; }
span { border-color: rgb(220,215,127); }
td.TdClassName
{
border-color: #DCD77F;
}
.TagClassName
{
border-color: #DCD77F;
}
</style>