Shades of Wild Rice #DCCE75
Tints of Wild Rice #DCCE75
RGB
CMYK
RGB Variations
Color information
#DCCE75 (or 0xDCCE75) is known color: Wild Rice. HEX triplet: DC, CE and 75. RGB value is (220,206,117). Sum of RGB (Red+Green+Blue) = 220+206+117=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 117 (46.09% from 255 or 21.55% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE75 is #23318A. Grayscale: #C8C8C8. Windows color (decimal): -2306443 or 7720668. OLE color: 7720668.
HSL color Cylindrical-coordinate representation of color #DCCE75: hue angle of 51.84º 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 #DCCE75 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 117 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.14 |
| HSL | 51.84º | 0.6% | 0.66% | - |
| HSV(B) | 51.84º | 0.47% | 0.86% | - |
| XYZ | 54.8 | 60.64 | 25.65 | - |
| YUV | 200.04 | 81.14 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 117 | 0 | 0.06 | 0.47 | 0.14 | 51.84 | 0.6 | 0.66 |
| Hex | DC | CE | 75 | 0 | 6 | 2F | E | 34 | 3C | 42 |
| Octal | 334 | 316 | 165 | 0 | 6 | 57 | 16 | 64 | 74 | 102 |
| Binary | 11011100 | 11001110 | 1110101 | 0 | 110 | 101111 | 1110 | 110100 | 111100 | 1000010 |
Color Harmonies of #DCCE75
Complementary color
Monochromatic Colors of #DCCE75
Black with #DCCE75
Text Example
Text Example
White with #DCCE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE75; }
p { color: rgb(220,206,117); }
H1.HeaderClassName
{
color: #DCCE75;
}
.AnyTagClassName
{
color: #DCCE75;
}
</style>
background-color css
<style>
a { background-color: #DCCE75; }
a { background-color: rgb(220,206,117); }
div.DivClassName
{
background-color: #DCCE75;
}
.BgClassName
{
background-color: #DCCE75;
}
</style>
border-color css
<style>
span { border-color: #DCCE75; }
span { border-color: rgb(220,206,117); }
td.TdClassName
{
border-color: #DCCE75;
}
.TagClassName
{
border-color: #DCCE75;
}
</style>