Shades of Wild Rice #DCD67D
Tints of Wild Rice #DCD67D
RGB
CMYK
RGB Variations
Color information
#DCD67D (or 0xDCD67D) is known color: Wild Rice. HEX triplet: DC, D6 and 7D. RGB value is (220,214,125). Sum of RGB (Red+Green+Blue) = 220+214+125=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 125 (49.22% from 255 or 22.36% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD67D is #232982. Grayscale: #CECECE. Windows color (decimal): -2304387 or 8247004. OLE color: 8247004.
HSL color Cylindrical-coordinate representation of color #DCD67D: hue angle of 56.21º 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 #DCD67D is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 125 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.14 |
| HSL | 56.21º | 0.58% | 0.68% | - |
| HSV(B) | 56.21º | 0.43% | 0.86% | - |
| XYZ | 57.26 | 64.79 | 28.89 | - |
| YUV | 205.65 | 82.49 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 125 | 0 | 0.03 | 0.43 | 0.14 | 56.21 | 0.58 | 0.68 |
| Hex | DC | D6 | 7D | 0 | 3 | 2B | E | 38 | 3A | 44 |
| Octal | 334 | 326 | 175 | 0 | 3 | 53 | 16 | 70 | 72 | 104 |
| Binary | 11011100 | 11010110 | 1111101 | 0 | 11 | 101011 | 1110 | 111000 | 111010 | 1000100 |
Color Harmonies of #DCD67D
Complementary color
Monochromatic Colors of #DCD67D
Black with #DCD67D
Text Example
Text Example
White with #DCD67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD67D; }
p { color: rgb(220,214,125); }
H1.HeaderClassName
{
color: #DCD67D;
}
.AnyTagClassName
{
color: #DCD67D;
}
</style>
background-color css
<style>
a { background-color: #DCD67D; }
a { background-color: rgb(220,214,125); }
div.DivClassName
{
background-color: #DCD67D;
}
.BgClassName
{
background-color: #DCD67D;
}
</style>
border-color css
<style>
span { border-color: #DCD67D; }
span { border-color: rgb(220,214,125); }
td.TdClassName
{
border-color: #DCD67D;
}
.TagClassName
{
border-color: #DCD67D;
}
</style>