Shades of Wild Rice #DCD27A
Tints of Wild Rice #DCD27A
RGB
CMYK
RGB Variations
Color information
#DCD27A (or 0xDCD27A) is known color: Wild Rice. HEX triplet: DC, D2 and 7A. RGB value is (220,210,122). Sum of RGB (Red+Green+Blue) = 220+210+122=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 122 (48.05% from 255 or 22.10% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD27A is #232D85. Grayscale: #CBCBCB. Windows color (decimal): -2305414 or 8049372. OLE color: 8049372.
HSL color Cylindrical-coordinate representation of color #DCD27A: hue angle of 53.88º 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 #DCD27A is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 122 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.14 |
| HSL | 53.88º | 0.58% | 0.67% | - |
| HSV(B) | 53.88º | 0.45% | 0.86% | - |
| XYZ | 56.07 | 62.71 | 27.56 | - |
| YUV | 202.96 | 82.31 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 122 | 0 | 0.05 | 0.45 | 0.14 | 53.88 | 0.58 | 0.67 |
| Hex | DC | D2 | 7A | 0 | 5 | 2D | E | 36 | 3A | 43 |
| Octal | 334 | 322 | 172 | 0 | 5 | 55 | 16 | 66 | 72 | 103 |
| Binary | 11011100 | 11010010 | 1111010 | 0 | 101 | 101101 | 1110 | 110110 | 111010 | 1000011 |
Color Harmonies of #DCD27A
Complementary color
Monochromatic Colors of #DCD27A
Black with #DCD27A
Text Example
Text Example
White with #DCD27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD27A; }
p { color: rgb(220,210,122); }
H1.HeaderClassName
{
color: #DCD27A;
}
.AnyTagClassName
{
color: #DCD27A;
}
</style>
background-color css
<style>
a { background-color: #DCD27A; }
a { background-color: rgb(220,210,122); }
div.DivClassName
{
background-color: #DCD27A;
}
.BgClassName
{
background-color: #DCD27A;
}
</style>
border-color css
<style>
span { border-color: #DCD27A; }
span { border-color: rgb(220,210,122); }
td.TdClassName
{
border-color: #DCD27A;
}
.TagClassName
{
border-color: #DCD27A;
}
</style>