Shades of Wild Rice #DCD07A
Tints of Wild Rice #DCD07A
RGB
CMYK
RGB Variations
Color information
#DCD07A (or 0xDCD07A) is known color: Wild Rice. HEX triplet: DC, D0 and 7A. RGB value is (220,208,122). Sum of RGB (Red+Green+Blue) = 220+208+122=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 122 (48.05% from 255 or 22.18% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD07A is #232F85. Grayscale: #CACACA. Windows color (decimal): -2305926 or 8048860. OLE color: 8048860.
HSL color Cylindrical-coordinate representation of color #DCD07A: hue angle of 52.65º degrees, saturation: 0.58, 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 #DCD07A is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 122 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.14 |
| HSL | 52.65º | 0.58% | 0.67% | - |
| HSV(B) | 52.65º | 0.45% | 0.86% | - |
| XYZ | 55.58 | 61.73 | 27.4 | - |
| YUV | 201.78 | 82.98 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 122 | 0 | 0.05 | 0.45 | 0.14 | 52.65 | 0.58 | 0.67 |
| Hex | DC | D0 | 7A | 0 | 5 | 2D | E | 35 | 3A | 43 |
| Octal | 334 | 320 | 172 | 0 | 5 | 55 | 16 | 65 | 72 | 103 |
| Binary | 11011100 | 11010000 | 1111010 | 0 | 101 | 101101 | 1110 | 110101 | 111010 | 1000011 |
Color Harmonies of #DCD07A
Complementary color
Monochromatic Colors of #DCD07A
Black with #DCD07A
Text Example
Text Example
White with #DCD07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD07A; }
p { color: rgb(220,208,122); }
H1.HeaderClassName
{
color: #DCD07A;
}
.AnyTagClassName
{
color: #DCD07A;
}
</style>
background-color css
<style>
a { background-color: #DCD07A; }
a { background-color: rgb(220,208,122); }
div.DivClassName
{
background-color: #DCD07A;
}
.BgClassName
{
background-color: #DCD07A;
}
</style>
border-color css
<style>
span { border-color: #DCD07A; }
span { border-color: rgb(220,208,122); }
td.TdClassName
{
border-color: #DCD07A;
}
.TagClassName
{
border-color: #DCD07A;
}
</style>