Shades of Wild Rice #DCCE6D
Tints of Wild Rice #DCCE6D
RGB
CMYK
RGB Variations
Color information
#DCCE6D (or 0xDCCE6D) is known color: Wild Rice. HEX triplet: DC, CE and 6D. RGB value is (220,206,109). Sum of RGB (Red+Green+Blue) = 220+206+109=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE6D is #233192. Grayscale: #C7C7C7. Windows color (decimal): -2306451 or 7196380. OLE color: 7196380.
HSL color Cylindrical-coordinate representation of color #DCCE6D: hue angle of 52.43º 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 #DCCE6D is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 109 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.14 |
| HSL | 52.43º | 0.61% | 0.65% | - |
| HSV(B) | 52.43º | 0.5% | 0.86% | - |
| XYZ | 54.35 | 60.46 | 23.27 | - |
| YUV | 199.13 | 77.14 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 109 | 0 | 0.06 | 0.50 | 0.14 | 52.43 | 0.61 | 0.65 |
| Hex | DC | CE | 6D | 0 | 6 | 32 | E | 34 | 3D | 41 |
| Octal | 334 | 316 | 155 | 0 | 6 | 62 | 16 | 64 | 75 | 101 |
| Binary | 11011100 | 11001110 | 1101101 | 0 | 110 | 110010 | 1110 | 110100 | 111101 | 1000001 |
Color Harmonies of #DCCE6D
Complementary color
Monochromatic Colors of #DCCE6D
Black with #DCCE6D
Text Example
Text Example
White with #DCCE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE6D; }
p { color: rgb(220,206,109); }
H1.HeaderClassName
{
color: #DCCE6D;
}
.AnyTagClassName
{
color: #DCCE6D;
}
</style>
background-color css
<style>
a { background-color: #DCCE6D; }
a { background-color: rgb(220,206,109); }
div.DivClassName
{
background-color: #DCCE6D;
}
.BgClassName
{
background-color: #DCCE6D;
}
</style>
border-color css
<style>
span { border-color: #DCCE6D; }
span { border-color: rgb(220,206,109); }
td.TdClassName
{
border-color: #DCCE6D;
}
.TagClassName
{
border-color: #DCCE6D;
}
</style>