Shades of Wild Rice #DCD27B
Tints of Wild Rice #DCD27B
RGB
CMYK
RGB Variations
Color information
#DCD27B (or 0xDCD27B) is known color: Wild Rice. HEX triplet: DC, D2 and 7B. RGB value is (220,210,123). Sum of RGB (Red+Green+Blue) = 220+210+123=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 123 (48.44% from 255 or 22.24% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD27B is #232D84. Grayscale: #CBCBCB. Windows color (decimal): -2305413 or 8114908. OLE color: 8114908.
HSL color Cylindrical-coordinate representation of color #DCD27B: hue angle of 53.81º 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 #DCD27B is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 123 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.14 |
| HSL | 53.81º | 0.58% | 0.67% | - |
| HSV(B) | 53.81º | 0.44% | 0.86% | - |
| XYZ | 56.14 | 62.74 | 27.89 | - |
| YUV | 203.07 | 82.81 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 123 | 0 | 0.05 | 0.44 | 0.14 | 53.81 | 0.58 | 0.67 |
| Hex | DC | D2 | 7B | 0 | 5 | 2C | E | 36 | 3A | 43 |
| Octal | 334 | 322 | 173 | 0 | 5 | 54 | 16 | 66 | 72 | 103 |
| Binary | 11011100 | 11010010 | 1111011 | 0 | 101 | 101100 | 1110 | 110110 | 111010 | 1000011 |
Color Harmonies of #DCD27B
Complementary color
Monochromatic Colors of #DCD27B
Black with #DCD27B
Text Example
Text Example
White with #DCD27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD27B; }
p { color: rgb(220,210,123); }
H1.HeaderClassName
{
color: #DCD27B;
}
.AnyTagClassName
{
color: #DCD27B;
}
</style>
background-color css
<style>
a { background-color: #DCD27B; }
a { background-color: rgb(220,210,123); }
div.DivClassName
{
background-color: #DCD27B;
}
.BgClassName
{
background-color: #DCD27B;
}
</style>
border-color css
<style>
span { border-color: #DCD27B; }
span { border-color: rgb(220,210,123); }
td.TdClassName
{
border-color: #DCD27B;
}
.TagClassName
{
border-color: #DCD27B;
}
</style>