Shades of Wild Rice #DCD26A
Tints of Wild Rice #DCD26A
RGB
CMYK
RGB Variations
Color information
#DCD26A (or 0xDCD26A) is known color: Wild Rice. HEX triplet: DC, D2 and 6A. RGB value is (220,210,106). Sum of RGB (Red+Green+Blue) = 220+210+106=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 106 (41.80% from 255 or 19.78% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD26A is #232D95. Grayscale: #C9C9C9. Windows color (decimal): -2305430 or 7000796. OLE color: 7000796.
HSL color Cylindrical-coordinate representation of color #DCD26A: hue angle of 54.74º 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 #DCD26A is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 106 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.14 |
| HSL | 54.74º | 0.62% | 0.64% | - |
| HSV(B) | 54.74º | 0.52% | 0.86% | - |
| XYZ | 55.16 | 62.35 | 22.76 | - |
| YUV | 201.13 | 74.31 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 106 | 0 | 0.05 | 0.52 | 0.14 | 54.74 | 0.62 | 0.64 |
| Hex | DC | D2 | 6A | 0 | 5 | 34 | E | 37 | 3E | 40 |
| Octal | 334 | 322 | 152 | 0 | 5 | 64 | 16 | 67 | 76 | 100 |
| Binary | 11011100 | 11010010 | 1101010 | 0 | 101 | 110100 | 1110 | 110111 | 111110 | 1000000 |
Color Harmonies of #DCD26A
Complementary color
Monochromatic Colors of #DCD26A
Black with #DCD26A
Text Example
Text Example
White with #DCD26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD26A; }
p { color: rgb(220,210,106); }
H1.HeaderClassName
{
color: #DCD26A;
}
.AnyTagClassName
{
color: #DCD26A;
}
</style>
background-color css
<style>
a { background-color: #DCD26A; }
a { background-color: rgb(220,210,106); }
div.DivClassName
{
background-color: #DCD26A;
}
.BgClassName
{
background-color: #DCD26A;
}
</style>
border-color css
<style>
span { border-color: #DCD26A; }
span { border-color: rgb(220,210,106); }
td.TdClassName
{
border-color: #DCD26A;
}
.TagClassName
{
border-color: #DCD26A;
}
</style>