Shades of Wild Rice #DCCF74
Tints of Wild Rice #DCCF74
RGB
CMYK
RGB Variations
Color information
#DCCF74 (or 0xDCCF74) is known color: Wild Rice. HEX triplet: DC, CF and 74. RGB value is (220,207,116). Sum of RGB (Red+Green+Blue) = 220+207+116=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF74 is #23308B. Grayscale: #C8C8C8. Windows color (decimal): -2306188 or 7655388. OLE color: 7655388.
HSL color Cylindrical-coordinate representation of color #DCCF74: hue angle of 52.5º 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 #DCCF74 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 116 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.14 |
| HSL | 52.5º | 0.6% | 0.66% | - |
| HSV(B) | 52.5º | 0.47% | 0.86% | - |
| XYZ | 54.98 | 61.1 | 25.42 | - |
| YUV | 200.51 | 80.31 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 116 | 0 | 0.06 | 0.47 | 0.14 | 52.5 | 0.6 | 0.66 |
| Hex | DC | CF | 74 | 0 | 6 | 2F | E | 34 | 3C | 42 |
| Octal | 334 | 317 | 164 | 0 | 6 | 57 | 16 | 64 | 74 | 102 |
| Binary | 11011100 | 11001111 | 1110100 | 0 | 110 | 101111 | 1110 | 110100 | 111100 | 1000010 |
Color Harmonies of #DCCF74
Complementary color
Monochromatic Colors of #DCCF74
Black with #DCCF74
Text Example
Text Example
White with #DCCF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF74; }
p { color: rgb(220,207,116); }
H1.HeaderClassName
{
color: #DCCF74;
}
.AnyTagClassName
{
color: #DCCF74;
}
</style>
background-color css
<style>
a { background-color: #DCCF74; }
a { background-color: rgb(220,207,116); }
div.DivClassName
{
background-color: #DCCF74;
}
.BgClassName
{
background-color: #DCCF74;
}
</style>
border-color css
<style>
span { border-color: #DCCF74; }
span { border-color: rgb(220,207,116); }
td.TdClassName
{
border-color: #DCCF74;
}
.TagClassName
{
border-color: #DCCF74;
}
</style>