Shades of Wild Rice #DCCF6A
Tints of Wild Rice #DCCF6A
RGB
CMYK
RGB Variations
Color information
#DCCF6A (or 0xDCCF6A) is known color: Wild Rice. HEX triplet: DC, CF and 6A. RGB value is (220,207,106). Sum of RGB (Red+Green+Blue) = 220+207+106=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF6A is #233095. Grayscale: #C7C7C7. Windows color (decimal): -2306198 or 7000028. OLE color: 7000028.
HSL color Cylindrical-coordinate representation of color #DCCF6A: hue angle of 53.16º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCCF6A is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 106 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.14 |
| HSL | 53.16º | 0.62% | 0.64% | - |
| HSV(B) | 53.16º | 0.52% | 0.86% | - |
| XYZ | 54.43 | 60.88 | 22.52 | - |
| YUV | 199.37 | 75.31 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 106 | 0 | 0.06 | 0.52 | 0.14 | 53.16 | 0.62 | 0.64 |
| Hex | DC | CF | 6A | 0 | 6 | 34 | E | 35 | 3E | 40 |
| Octal | 334 | 317 | 152 | 0 | 6 | 64 | 16 | 65 | 76 | 100 |
| Binary | 11011100 | 11001111 | 1101010 | 0 | 110 | 110100 | 1110 | 110101 | 111110 | 1000000 |
Color Harmonies of #DCCF6A
Complementary color
Monochromatic Colors of #DCCF6A
Black with #DCCF6A
Text Example
Text Example
White with #DCCF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF6A; }
p { color: rgb(220,207,106); }
H1.HeaderClassName
{
color: #DCCF6A;
}
.AnyTagClassName
{
color: #DCCF6A;
}
</style>
background-color css
<style>
a { background-color: #DCCF6A; }
a { background-color: rgb(220,207,106); }
div.DivClassName
{
background-color: #DCCF6A;
}
.BgClassName
{
background-color: #DCCF6A;
}
</style>
border-color css
<style>
span { border-color: #DCCF6A; }
span { border-color: rgb(220,207,106); }
td.TdClassName
{
border-color: #DCCF6A;
}
.TagClassName
{
border-color: #DCCF6A;
}
</style>