Shades of Wild Rice #DCCE74
Tints of Wild Rice #DCCE74
RGB
CMYK
RGB Variations
Color information
#DCCE74 (or 0xDCCE74) is known color: Wild Rice. HEX triplet: DC, CE and 74. RGB value is (220,206,116). Sum of RGB (Red+Green+Blue) = 220+206+116=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE74 is #23318B. Grayscale: #C8C8C8. Windows color (decimal): -2306444 or 7655132. OLE color: 7655132.
HSL color Cylindrical-coordinate representation of color #DCCE74: hue angle of 51.92º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCCE74 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 116 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.14 |
| HSL | 51.92º | 0.6% | 0.66% | - |
| HSV(B) | 51.92º | 0.47% | 0.86% | - |
| XYZ | 54.74 | 60.62 | 25.34 | - |
| YUV | 199.93 | 80.64 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 116 | 0 | 0.06 | 0.47 | 0.14 | 51.92 | 0.6 | 0.66 |
| Hex | DC | CE | 74 | 0 | 6 | 2F | E | 34 | 3C | 42 |
| Octal | 334 | 316 | 164 | 0 | 6 | 57 | 16 | 64 | 74 | 102 |
| Binary | 11011100 | 11001110 | 1110100 | 0 | 110 | 101111 | 1110 | 110100 | 111100 | 1000010 |
Color Harmonies of #DCCE74
Complementary color
Monochromatic Colors of #DCCE74
Black with #DCCE74
Text Example
Text Example
White with #DCCE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE74; }
p { color: rgb(220,206,116); }
H1.HeaderClassName
{
color: #DCCE74;
}
.AnyTagClassName
{
color: #DCCE74;
}
</style>
background-color css
<style>
a { background-color: #DCCE74; }
a { background-color: rgb(220,206,116); }
div.DivClassName
{
background-color: #DCCE74;
}
.BgClassName
{
background-color: #DCCE74;
}
</style>
border-color css
<style>
span { border-color: #DCCE74; }
span { border-color: rgb(220,206,116); }
td.TdClassName
{
border-color: #DCCE74;
}
.TagClassName
{
border-color: #DCCE74;
}
</style>