Shades of Wild Rice #DCCC6C
Tints of Wild Rice #DCCC6C
RGB
CMYK
RGB Variations
Color information
#DCCC6C (or 0xDCCC6C) is known color: Wild Rice. HEX triplet: DC, CC and 6C. RGB value is (220,204,108). Sum of RGB (Red+Green+Blue) = 220+204+108=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 108 (42.58% from 255 or 20.30% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC6C is #233393. Grayscale: #C6C6C6. Windows color (decimal): -2306964 or 7130332. OLE color: 7130332.
HSL color Cylindrical-coordinate representation of color #DCCC6C: hue angle of 51.43º 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 #DCCC6C is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 108 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.14 |
| HSL | 51.43º | 0.62% | 0.64% | - |
| HSV(B) | 51.43º | 0.51% | 0.86% | - |
| XYZ | 53.81 | 59.48 | 22.83 | - |
| YUV | 197.84 | 77.3 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 108 | 0 | 0.07 | 0.51 | 0.14 | 51.43 | 0.62 | 0.64 |
| Hex | DC | CC | 6C | 0 | 7 | 33 | E | 33 | 3E | 40 |
| Octal | 334 | 314 | 154 | 0 | 7 | 63 | 16 | 63 | 76 | 100 |
| Binary | 11011100 | 11001100 | 1101100 | 0 | 111 | 110011 | 1110 | 110011 | 111110 | 1000000 |
Color Harmonies of #DCCC6C
Complementary color
Monochromatic Colors of #DCCC6C
Black with #DCCC6C
Text Example
Text Example
White with #DCCC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC6C; }
p { color: rgb(220,204,108); }
H1.HeaderClassName
{
color: #DCCC6C;
}
.AnyTagClassName
{
color: #DCCC6C;
}
</style>
background-color css
<style>
a { background-color: #DCCC6C; }
a { background-color: rgb(220,204,108); }
div.DivClassName
{
background-color: #DCCC6C;
}
.BgClassName
{
background-color: #DCCC6C;
}
</style>
border-color css
<style>
span { border-color: #DCCC6C; }
span { border-color: rgb(220,204,108); }
td.TdClassName
{
border-color: #DCCC6C;
}
.TagClassName
{
border-color: #DCCC6C;
}
</style>