Shades of Wild Rice #DCD069
Tints of Wild Rice #DCD069
RGB
CMYK
RGB Variations
Color information
#DCD069 (or 0xDCD069) is known color: Wild Rice. HEX triplet: DC, D0 and 69. RGB value is (220,208,105). Sum of RGB (Red+Green+Blue) = 220+208+105=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 105 (41.41% from 255 or 19.70% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD069 is #232F96. Grayscale: #C8C8C8. Windows color (decimal): -2305943 or 6934748. OLE color: 6934748.
HSL color Cylindrical-coordinate representation of color #DCD069: hue angle of 53.74º 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 #DCD069 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 105 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.14 |
| HSL | 53.74º | 0.62% | 0.64% | - |
| HSV(B) | 53.74º | 0.52% | 0.86% | - |
| XYZ | 54.62 | 61.35 | 22.33 | - |
| YUV | 199.85 | 74.48 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 105 | 0 | 0.05 | 0.52 | 0.14 | 53.74 | 0.62 | 0.64 |
| Hex | DC | D0 | 69 | 0 | 5 | 34 | E | 36 | 3E | 40 |
| Octal | 334 | 320 | 151 | 0 | 5 | 64 | 16 | 66 | 76 | 100 |
| Binary | 11011100 | 11010000 | 1101001 | 0 | 101 | 110100 | 1110 | 110110 | 111110 | 1000000 |
Color Harmonies of #DCD069
Complementary color
Monochromatic Colors of #DCD069
Black with #DCD069
Text Example
Text Example
White with #DCD069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD069; }
p { color: rgb(220,208,105); }
H1.HeaderClassName
{
color: #DCD069;
}
.AnyTagClassName
{
color: #DCD069;
}
</style>
background-color css
<style>
a { background-color: #DCD069; }
a { background-color: rgb(220,208,105); }
div.DivClassName
{
background-color: #DCD069;
}
.BgClassName
{
background-color: #DCD069;
}
</style>
border-color css
<style>
span { border-color: #DCD069; }
span { border-color: rgb(220,208,105); }
td.TdClassName
{
border-color: #DCD069;
}
.TagClassName
{
border-color: #DCD069;
}
</style>