Shades of Wild Rice #DCD06A
Tints of Wild Rice #DCD06A
RGB
CMYK
RGB Variations
Color information
#DCD06A (or 0xDCD06A) is known color: Wild Rice. HEX triplet: DC, D0 and 6A. RGB value is (220,208,106). Sum of RGB (Red+Green+Blue) = 220+208+106=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD06A is #232F95. Grayscale: #C8C8C8. Windows color (decimal): -2305942 or 7000284. OLE color: 7000284.
HSL color Cylindrical-coordinate representation of color #DCD06A: hue angle of 53.68º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCD06A is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 106 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.14 |
| HSL | 53.68º | 0.62% | 0.64% | - |
| HSV(B) | 53.68º | 0.52% | 0.86% | - |
| XYZ | 54.67 | 61.37 | 22.6 | - |
| YUV | 199.96 | 74.98 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 106 | 0 | 0.05 | 0.52 | 0.14 | 53.68 | 0.62 | 0.64 |
| Hex | DC | D0 | 6A | 0 | 5 | 34 | E | 36 | 3E | 40 |
| Octal | 334 | 320 | 152 | 0 | 5 | 64 | 16 | 66 | 76 | 100 |
| Binary | 11011100 | 11010000 | 1101010 | 0 | 101 | 110100 | 1110 | 110110 | 111110 | 1000000 |
Color Harmonies of #DCD06A
Complementary color
Monochromatic Colors of #DCD06A
Black with #DCD06A
Text Example
Text Example
White with #DCD06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD06A; }
p { color: rgb(220,208,106); }
H1.HeaderClassName
{
color: #DCD06A;
}
.AnyTagClassName
{
color: #DCD06A;
}
</style>
background-color css
<style>
a { background-color: #DCD06A; }
a { background-color: rgb(220,208,106); }
div.DivClassName
{
background-color: #DCD06A;
}
.BgClassName
{
background-color: #DCD06A;
}
</style>
border-color css
<style>
span { border-color: #DCD06A; }
span { border-color: rgb(220,208,106); }
td.TdClassName
{
border-color: #DCD06A;
}
.TagClassName
{
border-color: #DCD06A;
}
</style>