Shades of Wild Rice #DCCD6B
Tints of Wild Rice #DCCD6B
RGB
CMYK
RGB Variations
Color information
#DCCD6B (or 0xDCCD6B) is known color: Wild Rice. HEX triplet: DC, CD and 6B. RGB value is (220,205,107). Sum of RGB (Red+Green+Blue) = 220+205+107=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 107 (42.19% from 255 or 20.11% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD6B is #233294. Grayscale: #C6C6C6. Windows color (decimal): -2306709 or 7065052. OLE color: 7065052.
HSL color Cylindrical-coordinate representation of color #DCCD6B: hue angle of 52.04º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCCD6B is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 107 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.14 |
| HSL | 52.04º | 0.62% | 0.64% | - |
| HSV(B) | 52.04º | 0.51% | 0.86% | - |
| XYZ | 54 | 59.94 | 22.63 | - |
| YUV | 198.31 | 76.47 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 107 | 0 | 0.07 | 0.51 | 0.14 | 52.04 | 0.62 | 0.64 |
| Hex | DC | CD | 6B | 0 | 7 | 33 | E | 34 | 3E | 40 |
| Octal | 334 | 315 | 153 | 0 | 7 | 63 | 16 | 64 | 76 | 100 |
| Binary | 11011100 | 11001101 | 1101011 | 0 | 111 | 110011 | 1110 | 110100 | 111110 | 1000000 |
Color Harmonies of #DCCD6B
Complementary color
Monochromatic Colors of #DCCD6B
Black with #DCCD6B
Text Example
Text Example
White with #DCCD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD6B; }
p { color: rgb(220,205,107); }
H1.HeaderClassName
{
color: #DCCD6B;
}
.AnyTagClassName
{
color: #DCCD6B;
}
</style>
background-color css
<style>
a { background-color: #DCCD6B; }
a { background-color: rgb(220,205,107); }
div.DivClassName
{
background-color: #DCCD6B;
}
.BgClassName
{
background-color: #DCCD6B;
}
</style>
border-color css
<style>
span { border-color: #DCCD6B; }
span { border-color: rgb(220,205,107); }
td.TdClassName
{
border-color: #DCCD6B;
}
.TagClassName
{
border-color: #DCCD6B;
}
</style>