Shades of Wild Rice #DCD378
Tints of Wild Rice #DCD378
RGB
CMYK
RGB Variations
Color information
#DCD378 (or 0xDCD378) is known color: Wild Rice. HEX triplet: DC, D3 and 78. RGB value is (220,211,120). Sum of RGB (Red+Green+Blue) = 220+211+120=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 120 (47.27% from 255 or 21.78% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD378 is #232C87. Grayscale: #CBCBCB. Windows color (decimal): -2305160 or 7918556. OLE color: 7918556.
HSL color Cylindrical-coordinate representation of color #DCD378: hue angle of 54.6º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCD378 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 120 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.14 |
| HSL | 54.6º | 0.59% | 0.67% | - |
| HSV(B) | 54.6º | 0.45% | 0.86% | - |
| XYZ | 56.2 | 63.16 | 27 | - |
| YUV | 203.32 | 80.98 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 120 | 0 | 0.04 | 0.45 | 0.14 | 54.6 | 0.59 | 0.67 |
| Hex | DC | D3 | 78 | 0 | 4 | 2D | E | 37 | 3B | 43 |
| Octal | 334 | 323 | 170 | 0 | 4 | 55 | 16 | 67 | 73 | 103 |
| Binary | 11011100 | 11010011 | 1111000 | 0 | 100 | 101101 | 1110 | 110111 | 111011 | 1000011 |
Color Harmonies of #DCD378
Complementary color
Monochromatic Colors of #DCD378
Black with #DCD378
Text Example
Text Example
White with #DCD378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD378; }
p { color: rgb(220,211,120); }
H1.HeaderClassName
{
color: #DCD378;
}
.AnyTagClassName
{
color: #DCD378;
}
</style>
background-color css
<style>
a { background-color: #DCD378; }
a { background-color: rgb(220,211,120); }
div.DivClassName
{
background-color: #DCD378;
}
.BgClassName
{
background-color: #DCD378;
}
</style>
border-color css
<style>
span { border-color: #DCD378; }
span { border-color: rgb(220,211,120); }
td.TdClassName
{
border-color: #DCD378;
}
.TagClassName
{
border-color: #DCD378;
}
</style>