Shades of Wild Rice #DCCF6B
Tints of Wild Rice #DCCF6B
RGB
CMYK
RGB Variations
Color information
#DCCF6B (or 0xDCCF6B) is known color: Wild Rice. HEX triplet: DC, CF and 6B. RGB value is (220,207,107). Sum of RGB (Red+Green+Blue) = 220+207+107=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 107 (42.19% from 255 or 20.04% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF6B is #233094. Grayscale: #C7C7C7. Windows color (decimal): -2306197 or 7065564. OLE color: 7065564.
HSL color Cylindrical-coordinate representation of color #DCCF6B: hue angle of 53.1º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCCF6B is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 107 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.14 |
| HSL | 53.1º | 0.62% | 0.64% | - |
| HSV(B) | 53.1º | 0.51% | 0.86% | - |
| XYZ | 54.48 | 60.9 | 22.79 | - |
| YUV | 199.49 | 75.81 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 107 | 0 | 0.06 | 0.51 | 0.14 | 53.1 | 0.62 | 0.64 |
| Hex | DC | CF | 6B | 0 | 6 | 33 | E | 35 | 3E | 40 |
| Octal | 334 | 317 | 153 | 0 | 6 | 63 | 16 | 65 | 76 | 100 |
| Binary | 11011100 | 11001111 | 1101011 | 0 | 110 | 110011 | 1110 | 110101 | 111110 | 1000000 |
Color Harmonies of #DCCF6B
Complementary color
Monochromatic Colors of #DCCF6B
Black with #DCCF6B
Text Example
Text Example
White with #DCCF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF6B; }
p { color: rgb(220,207,107); }
H1.HeaderClassName
{
color: #DCCF6B;
}
.AnyTagClassName
{
color: #DCCF6B;
}
</style>
background-color css
<style>
a { background-color: #DCCF6B; }
a { background-color: rgb(220,207,107); }
div.DivClassName
{
background-color: #DCCF6B;
}
.BgClassName
{
background-color: #DCCF6B;
}
</style>
border-color css
<style>
span { border-color: #DCCF6B; }
span { border-color: rgb(220,207,107); }
td.TdClassName
{
border-color: #DCCF6B;
}
.TagClassName
{
border-color: #DCCF6B;
}
</style>