Shades of Wild Rice #DCD27C
Tints of Wild Rice #DCD27C
RGB
CMYK
RGB Variations
Color information
#DCD27C (or 0xDCD27C) is known color: Wild Rice. HEX triplet: DC, D2 and 7C. RGB value is (220,210,124). Sum of RGB (Red+Green+Blue) = 220+210+124=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD27C is #232D83. Grayscale: #CBCBCB. Windows color (decimal): -2305412 or 8180444. OLE color: 8180444.
HSL color Cylindrical-coordinate representation of color #DCD27C: hue angle of 53.75º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCD27C is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 124 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.14 |
| HSL | 53.75º | 0.58% | 0.67% | - |
| HSV(B) | 53.75º | 0.44% | 0.86% | - |
| XYZ | 56.2 | 62.76 | 28.22 | - |
| YUV | 203.19 | 83.31 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 124 | 0 | 0.05 | 0.44 | 0.14 | 53.75 | 0.58 | 0.67 |
| Hex | DC | D2 | 7C | 0 | 5 | 2C | E | 36 | 3A | 43 |
| Octal | 334 | 322 | 174 | 0 | 5 | 54 | 16 | 66 | 72 | 103 |
| Binary | 11011100 | 11010010 | 1111100 | 0 | 101 | 101100 | 1110 | 110110 | 111010 | 1000011 |
Color Harmonies of #DCD27C
Complementary color
Monochromatic Colors of #DCD27C
Black with #DCD27C
Text Example
Text Example
White with #DCD27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD27C; }
p { color: rgb(220,210,124); }
H1.HeaderClassName
{
color: #DCD27C;
}
.AnyTagClassName
{
color: #DCD27C;
}
</style>
background-color css
<style>
a { background-color: #DCD27C; }
a { background-color: rgb(220,210,124); }
div.DivClassName
{
background-color: #DCD27C;
}
.BgClassName
{
background-color: #DCD27C;
}
</style>
border-color css
<style>
span { border-color: #DCD27C; }
span { border-color: rgb(220,210,124); }
td.TdClassName
{
border-color: #DCD27C;
}
.TagClassName
{
border-color: #DCD27C;
}
</style>