Shades of Wild Rice #DCCF69
Tints of Wild Rice #DCCF69
RGB
CMYK
RGB Variations
Color information
#DCCF69 (or 0xDCCF69) is known color: Wild Rice. HEX triplet: DC, CF and 69. RGB value is (220,207,105). Sum of RGB (Red+Green+Blue) = 220+207+105=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 105 (41.41% from 255 or 19.74% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF69 is #233096. Grayscale: #C7C7C7. Windows color (decimal): -2306199 or 6934492. OLE color: 6934492.
HSL color Cylindrical-coordinate representation of color #DCCF69: hue angle of 53.22º 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 #DCCF69 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 105 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.14 |
| HSL | 53.22º | 0.62% | 0.64% | - |
| HSV(B) | 53.22º | 0.52% | 0.86% | - |
| XYZ | 54.38 | 60.86 | 22.25 | - |
| YUV | 199.26 | 74.81 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 105 | 0 | 0.06 | 0.52 | 0.14 | 53.22 | 0.62 | 0.64 |
| Hex | DC | CF | 69 | 0 | 6 | 34 | E | 35 | 3E | 40 |
| Octal | 334 | 317 | 151 | 0 | 6 | 64 | 16 | 65 | 76 | 100 |
| Binary | 11011100 | 11001111 | 1101001 | 0 | 110 | 110100 | 1110 | 110101 | 111110 | 1000000 |
Color Harmonies of #DCCF69
Complementary color
Monochromatic Colors of #DCCF69
Black with #DCCF69
Text Example
Text Example
White with #DCCF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF69; }
p { color: rgb(220,207,105); }
H1.HeaderClassName
{
color: #DCCF69;
}
.AnyTagClassName
{
color: #DCCF69;
}
</style>
background-color css
<style>
a { background-color: #DCCF69; }
a { background-color: rgb(220,207,105); }
div.DivClassName
{
background-color: #DCCF69;
}
.BgClassName
{
background-color: #DCCF69;
}
</style>
border-color css
<style>
span { border-color: #DCCF69; }
span { border-color: rgb(220,207,105); }
td.TdClassName
{
border-color: #DCCF69;
}
.TagClassName
{
border-color: #DCCF69;
}
</style>