Shades of Wild Rice #DCD167
Tints of Wild Rice #DCD167
RGB
CMYK
RGB Variations
Color information
#DCD167 (or 0xDCD167) is known color: Wild Rice. HEX triplet: DC, D1 and 67. RGB value is (220,209,103). Sum of RGB (Red+Green+Blue) = 220+209+103=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 209 (82.03% from 255 or 39.29% from 532); Blue value is 103 (40.62% from 255 or 19.36% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD167 is #232E98. Grayscale: #C8C8C8. Windows color (decimal): -2305689 or 6803932. OLE color: 6803932.
HSL color Cylindrical-coordinate representation of color #DCD167: hue angle of 54.36º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCD167 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 103 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.14 |
| HSL | 54.36º | 0.63% | 0.63% | - |
| HSV(B) | 54.36º | 0.53% | 0.86% | - |
| XYZ | 54.76 | 61.8 | 21.87 | - |
| YUV | 200.21 | 73.14 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 103 | 0 | 0.05 | 0.53 | 0.14 | 54.36 | 0.63 | 0.63 |
| Hex | DC | D1 | 67 | 0 | 5 | 35 | E | 36 | 3F | 3F |
| Octal | 334 | 321 | 147 | 0 | 5 | 65 | 16 | 66 | 77 | 77 |
| Binary | 11011100 | 11010001 | 1100111 | 0 | 101 | 110101 | 1110 | 110110 | 111111 | 111111 |
Color Harmonies of #DCD167
Complementary color
Monochromatic Colors of #DCD167
Black with #DCD167
Text Example
Text Example
White with #DCD167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD167; }
p { color: rgb(220,209,103); }
H1.HeaderClassName
{
color: #DCD167;
}
.AnyTagClassName
{
color: #DCD167;
}
</style>
background-color css
<style>
a { background-color: #DCD167; }
a { background-color: rgb(220,209,103); }
div.DivClassName
{
background-color: #DCD167;
}
.BgClassName
{
background-color: #DCD167;
}
</style>
border-color css
<style>
span { border-color: #DCD167; }
span { border-color: rgb(220,209,103); }
td.TdClassName
{
border-color: #DCD167;
}
.TagClassName
{
border-color: #DCD167;
}
</style>