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