Shades of Wild Rice #DCD078
Tints of Wild Rice #DCD078
RGB
CMYK
RGB Variations
Color information
#DCD078 (or 0xDCD078) is known color: Wild Rice. HEX triplet: DC, D0 and 78. RGB value is (220,208,120). Sum of RGB (Red+Green+Blue) = 220+208+120=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 120 (47.27% from 255 or 21.90% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD078 is #232F87. Grayscale: #C9C9C9. Windows color (decimal): -2305928 or 7917788. OLE color: 7917788.
HSL color Cylindrical-coordinate representation of color #DCD078: hue angle of 52.8º 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 #DCD078 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 120 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.14 |
| HSL | 52.8º | 0.59% | 0.67% | - |
| HSV(B) | 52.8º | 0.45% | 0.86% | - |
| XYZ | 55.46 | 61.68 | 26.75 | - |
| YUV | 201.56 | 81.98 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 120 | 0 | 0.05 | 0.45 | 0.14 | 52.8 | 0.59 | 0.67 |
| Hex | DC | D0 | 78 | 0 | 5 | 2D | E | 35 | 3B | 43 |
| Octal | 334 | 320 | 170 | 0 | 5 | 55 | 16 | 65 | 73 | 103 |
| Binary | 11011100 | 11010000 | 1111000 | 0 | 101 | 101101 | 1110 | 110101 | 111011 | 1000011 |
Color Harmonies of #DCD078
Complementary color
Monochromatic Colors of #DCD078
Black with #DCD078
Text Example
Text Example
White with #DCD078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD078; }
p { color: rgb(220,208,120); }
H1.HeaderClassName
{
color: #DCD078;
}
.AnyTagClassName
{
color: #DCD078;
}
</style>
background-color css
<style>
a { background-color: #DCD078; }
a { background-color: rgb(220,208,120); }
div.DivClassName
{
background-color: #DCD078;
}
.BgClassName
{
background-color: #DCD078;
}
</style>
border-color css
<style>
span { border-color: #DCD078; }
span { border-color: rgb(220,208,120); }
td.TdClassName
{
border-color: #DCD078;
}
.TagClassName
{
border-color: #DCD078;
}
</style>