Shades of Wild Rice #DCCD6D
Tints of Wild Rice #DCCD6D
RGB
CMYK
RGB Variations
Color information
#DCCD6D (or 0xDCCD6D) is known color: Wild Rice. HEX triplet: DC, CD and 6D. RGB value is (220,205,109). Sum of RGB (Red+Green+Blue) = 220+205+109=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD6D is #233292. Grayscale: #C6C6C6. Windows color (decimal): -2306707 or 7196124. OLE color: 7196124.
HSL color Cylindrical-coordinate representation of color #DCCD6D: hue angle of 51.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCCD6D is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 109 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.14 |
| HSL | 51.89º | 0.61% | 0.65% | - |
| HSV(B) | 51.89º | 0.5% | 0.86% | - |
| XYZ | 54.11 | 59.98 | 23.19 | - |
| YUV | 198.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 109 | 0 | 0.07 | 0.50 | 0.14 | 51.89 | 0.61 | 0.65 |
| Hex | DC | CD | 6D | 0 | 7 | 32 | E | 34 | 3D | 41 |
| Octal | 334 | 315 | 155 | 0 | 7 | 62 | 16 | 64 | 75 | 101 |
| Binary | 11011100 | 11001101 | 1101101 | 0 | 111 | 110010 | 1110 | 110100 | 111101 | 1000001 |
Color Harmonies of #DCCD6D
Complementary color
Monochromatic Colors of #DCCD6D
Black with #DCCD6D
Text Example
Text Example
White with #DCCD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD6D; }
p { color: rgb(220,205,109); }
H1.HeaderClassName
{
color: #DCCD6D;
}
.AnyTagClassName
{
color: #DCCD6D;
}
</style>
background-color css
<style>
a { background-color: #DCCD6D; }
a { background-color: rgb(220,205,109); }
div.DivClassName
{
background-color: #DCCD6D;
}
.BgClassName
{
background-color: #DCCD6D;
}
</style>
border-color css
<style>
span { border-color: #DCCD6D; }
span { border-color: rgb(220,205,109); }
td.TdClassName
{
border-color: #DCCD6D;
}
.TagClassName
{
border-color: #DCCD6D;
}
</style>