Shades of Wild Rice #DCCE78
Tints of Wild Rice #DCCE78
RGB
CMYK
RGB Variations
Color information
#DCCE78 (or 0xDCCE78) is known color: Wild Rice. HEX triplet: DC, CE and 78. RGB value is (220,206,120). Sum of RGB (Red+Green+Blue) = 220+206+120=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 120 (47.27% from 255 or 21.98% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE78 is #233187. Grayscale: #C8C8C8. Windows color (decimal): -2306440 or 7917276. OLE color: 7917276.
HSL color Cylindrical-coordinate representation of color #DCCE78: hue angle of 51.6º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCCE78 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 120 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.14 |
| HSL | 51.6º | 0.59% | 0.67% | - |
| HSV(B) | 51.6º | 0.45% | 0.86% | - |
| XYZ | 54.98 | 60.71 | 26.59 | - |
| YUV | 200.38 | 82.64 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 120 | 0 | 0.06 | 0.45 | 0.14 | 51.6 | 0.59 | 0.67 |
| Hex | DC | CE | 78 | 0 | 6 | 2D | E | 34 | 3B | 43 |
| Octal | 334 | 316 | 170 | 0 | 6 | 55 | 16 | 64 | 73 | 103 |
| Binary | 11011100 | 11001110 | 1111000 | 0 | 110 | 101101 | 1110 | 110100 | 111011 | 1000011 |
Color Harmonies of #DCCE78
Complementary color
Monochromatic Colors of #DCCE78
Black with #DCCE78
Text Example
Text Example
White with #DCCE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE78; }
p { color: rgb(220,206,120); }
H1.HeaderClassName
{
color: #DCCE78;
}
.AnyTagClassName
{
color: #DCCE78;
}
</style>
background-color css
<style>
a { background-color: #DCCE78; }
a { background-color: rgb(220,206,120); }
div.DivClassName
{
background-color: #DCCE78;
}
.BgClassName
{
background-color: #DCCE78;
}
</style>
border-color css
<style>
span { border-color: #DCCE78; }
span { border-color: rgb(220,206,120); }
td.TdClassName
{
border-color: #DCCE78;
}
.TagClassName
{
border-color: #DCCE78;
}
</style>