Shades of Wild Rice #DCD37D
Tints of Wild Rice #DCD37D
RGB
CMYK
RGB Variations
Color information
#DCD37D (or 0xDCD37D) is known color: Wild Rice. HEX triplet: DC, D3 and 7D. RGB value is (220,211,125). Sum of RGB (Red+Green+Blue) = 220+211+125=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD37D is #232C82. Grayscale: #CCCCCC. Windows color (decimal): -2305155 or 8246236. OLE color: 8246236.
HSL color Cylindrical-coordinate representation of color #DCD37D: hue angle of 54.32º 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 #DCD37D is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 125 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.14 |
| HSL | 54.32º | 0.58% | 0.68% | - |
| HSV(B) | 54.32º | 0.43% | 0.86% | - |
| XYZ | 56.51 | 63.28 | 28.64 | - |
| YUV | 203.89 | 83.48 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 125 | 0 | 0.04 | 0.43 | 0.14 | 54.32 | 0.58 | 0.68 |
| Hex | DC | D3 | 7D | 0 | 4 | 2B | E | 36 | 3A | 44 |
| Octal | 334 | 323 | 175 | 0 | 4 | 53 | 16 | 66 | 72 | 104 |
| Binary | 11011100 | 11010011 | 1111101 | 0 | 100 | 101011 | 1110 | 110110 | 111010 | 1000100 |
Color Harmonies of #DCD37D
Complementary color
Monochromatic Colors of #DCD37D
Black with #DCD37D
Text Example
Text Example
White with #DCD37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD37D; }
p { color: rgb(220,211,125); }
H1.HeaderClassName
{
color: #DCD37D;
}
.AnyTagClassName
{
color: #DCD37D;
}
</style>
background-color css
<style>
a { background-color: #DCD37D; }
a { background-color: rgb(220,211,125); }
div.DivClassName
{
background-color: #DCD37D;
}
.BgClassName
{
background-color: #DCD37D;
}
</style>
border-color css
<style>
span { border-color: #DCD37D; }
span { border-color: rgb(220,211,125); }
td.TdClassName
{
border-color: #DCD37D;
}
.TagClassName
{
border-color: #DCD37D;
}
</style>