Shades of Wild Rice #DCCD74
Tints of Wild Rice #DCCD74
RGB
CMYK
RGB Variations
Color information
#DCCD74 (or 0xDCCD74) is known color: Wild Rice. HEX triplet: DC, CD and 74. RGB value is (220,205,116). Sum of RGB (Red+Green+Blue) = 220+205+116=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD74 is #23328B. Grayscale: #C7C7C7. Windows color (decimal): -2306700 or 7654876. OLE color: 7654876.
HSL color Cylindrical-coordinate representation of color #DCCD74: hue angle of 51.35º 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 #DCCD74 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 116 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.14 |
| HSL | 51.35º | 0.6% | 0.66% | - |
| HSV(B) | 51.35º | 0.47% | 0.86% | - |
| XYZ | 54.5 | 60.14 | 25.26 | - |
| YUV | 199.34 | 80.97 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 116 | 0 | 0.07 | 0.47 | 0.14 | 51.35 | 0.6 | 0.66 |
| Hex | DC | CD | 74 | 0 | 7 | 2F | E | 33 | 3C | 42 |
| Octal | 334 | 315 | 164 | 0 | 7 | 57 | 16 | 63 | 74 | 102 |
| Binary | 11011100 | 11001101 | 1110100 | 0 | 111 | 101111 | 1110 | 110011 | 111100 | 1000010 |
Color Harmonies of #DCCD74
Complementary color
Monochromatic Colors of #DCCD74
Black with #DCCD74
Text Example
Text Example
White with #DCCD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD74; }
p { color: rgb(220,205,116); }
H1.HeaderClassName
{
color: #DCCD74;
}
.AnyTagClassName
{
color: #DCCD74;
}
</style>
background-color css
<style>
a { background-color: #DCCD74; }
a { background-color: rgb(220,205,116); }
div.DivClassName
{
background-color: #DCCD74;
}
.BgClassName
{
background-color: #DCCD74;
}
</style>
border-color css
<style>
span { border-color: #DCCD74; }
span { border-color: rgb(220,205,116); }
td.TdClassName
{
border-color: #DCCD74;
}
.TagClassName
{
border-color: #DCCD74;
}
</style>