Shades of Wild Rice #DCD169
Tints of Wild Rice #DCD169
RGB
CMYK
RGB Variations
Color information
#DCD169 (or 0xDCD169) is known color: Wild Rice. HEX triplet: DC, D1 and 69. RGB value is (220,209,105). Sum of RGB (Red+Green+Blue) = 220+209+105=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD169 is #232E96. Grayscale: #C8C8C8. Windows color (decimal): -2305687 or 6935004. OLE color: 6935004.
HSL color Cylindrical-coordinate representation of color #DCD169: hue angle of 54.26º 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 #DCD169 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 105 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.14 |
| HSL | 54.26º | 0.62% | 0.64% | - |
| HSV(B) | 54.26º | 0.52% | 0.86% | - |
| XYZ | 54.87 | 61.84 | 22.41 | - |
| YUV | 200.43 | 74.14 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 105 | 0 | 0.05 | 0.52 | 0.14 | 54.26 | 0.62 | 0.64 |
| Hex | DC | D1 | 69 | 0 | 5 | 34 | E | 36 | 3E | 40 |
| Octal | 334 | 321 | 151 | 0 | 5 | 64 | 16 | 66 | 76 | 100 |
| Binary | 11011100 | 11010001 | 1101001 | 0 | 101 | 110100 | 1110 | 110110 | 111110 | 1000000 |
Color Harmonies of #DCD169
Complementary color
Monochromatic Colors of #DCD169
Black with #DCD169
Text Example
Text Example
White with #DCD169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD169; }
p { color: rgb(220,209,105); }
H1.HeaderClassName
{
color: #DCD169;
}
.AnyTagClassName
{
color: #DCD169;
}
</style>
background-color css
<style>
a { background-color: #DCD169; }
a { background-color: rgb(220,209,105); }
div.DivClassName
{
background-color: #DCD169;
}
.BgClassName
{
background-color: #DCD169;
}
</style>
border-color css
<style>
span { border-color: #DCD169; }
span { border-color: rgb(220,209,105); }
td.TdClassName
{
border-color: #DCD169;
}
.TagClassName
{
border-color: #DCD169;
}
</style>