Shades of Wild Rice #DCD67F
Tints of Wild Rice #DCD67F
RGB
CMYK
RGB Variations
Color information
#DCD67F (or 0xDCD67F) is known color: Wild Rice. HEX triplet: DC, D6 and 7F. RGB value is (220,214,127). Sum of RGB (Red+Green+Blue) = 220+214+127=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 127 (50% from 255 or 22.64% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD67F is #232980. Grayscale: #CECECE. Windows color (decimal): -2304385 or 8378076. OLE color: 8378076.
HSL color Cylindrical-coordinate representation of color #DCD67F: hue angle of 56.13º 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 #DCD67F is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 127 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.14 |
| HSL | 56.13º | 0.57% | 0.68% | - |
| HSV(B) | 56.13º | 0.42% | 0.86% | - |
| XYZ | 57.39 | 64.84 | 29.57 | - |
| YUV | 205.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 127 | 0 | 0.03 | 0.42 | 0.14 | 56.13 | 0.57 | 0.68 |
| Hex | DC | D6 | 7F | 0 | 3 | 2A | E | 38 | 39 | 44 |
| Octal | 334 | 326 | 177 | 0 | 3 | 52 | 16 | 70 | 71 | 104 |
| Binary | 11011100 | 11010110 | 1111111 | 0 | 11 | 101010 | 1110 | 111000 | 111001 | 1000100 |
Color Harmonies of #DCD67F
Complementary color
Monochromatic Colors of #DCD67F
Black with #DCD67F
Text Example
Text Example
White with #DCD67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD67F; }
p { color: rgb(220,214,127); }
H1.HeaderClassName
{
color: #DCD67F;
}
.AnyTagClassName
{
color: #DCD67F;
}
</style>
background-color css
<style>
a { background-color: #DCD67F; }
a { background-color: rgb(220,214,127); }
div.DivClassName
{
background-color: #DCD67F;
}
.BgClassName
{
background-color: #DCD67F;
}
</style>
border-color css
<style>
span { border-color: #DCD67F; }
span { border-color: rgb(220,214,127); }
td.TdClassName
{
border-color: #DCD67F;
}
.TagClassName
{
border-color: #DCD67F;
}
</style>