Shades of Wild Rice #DCCE6F
Tints of Wild Rice #DCCE6F
RGB
CMYK
RGB Variations
Color information
#DCCE6F (or 0xDCCE6F) is known color: Wild Rice. HEX triplet: DC, CE and 6F. RGB value is (220,206,111). Sum of RGB (Red+Green+Blue) = 220+206+111=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 111 (43.75% from 255 or 20.67% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE6F is #233190. Grayscale: #C7C7C7. Windows color (decimal): -2306449 or 7327452. OLE color: 7327452.
HSL color Cylindrical-coordinate representation of color #DCCE6F: hue angle of 52.29º 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 #DCCE6F is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 111 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.14 |
| HSL | 52.29º | 0.61% | 0.65% | - |
| HSV(B) | 52.29º | 0.5% | 0.86% | - |
| XYZ | 54.46 | 60.51 | 23.85 | - |
| YUV | 199.36 | 78.14 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 111 | 0 | 0.06 | 0.50 | 0.14 | 52.29 | 0.61 | 0.65 |
| Hex | DC | CE | 6F | 0 | 6 | 32 | E | 34 | 3D | 41 |
| Octal | 334 | 316 | 157 | 0 | 6 | 62 | 16 | 64 | 75 | 101 |
| Binary | 11011100 | 11001110 | 1101111 | 0 | 110 | 110010 | 1110 | 110100 | 111101 | 1000001 |
Color Harmonies of #DCCE6F
Complementary color
Monochromatic Colors of #DCCE6F
Black with #DCCE6F
Text Example
Text Example
White with #DCCE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE6F; }
p { color: rgb(220,206,111); }
H1.HeaderClassName
{
color: #DCCE6F;
}
.AnyTagClassName
{
color: #DCCE6F;
}
</style>
background-color css
<style>
a { background-color: #DCCE6F; }
a { background-color: rgb(220,206,111); }
div.DivClassName
{
background-color: #DCCE6F;
}
.BgClassName
{
background-color: #DCCE6F;
}
</style>
border-color css
<style>
span { border-color: #DCCE6F; }
span { border-color: rgb(220,206,111); }
td.TdClassName
{
border-color: #DCCE6F;
}
.TagClassName
{
border-color: #DCCE6F;
}
</style>