Shades of Wild Rice #D5CC74
Tints of Wild Rice #D5CC74
RGB
CMYK
RGB Variations
Color information
#D5CC74 (or 0xD5CC74) is known color: Wild Rice. HEX triplet: D5, CC and 74. RGB value is (213,204,116). Sum of RGB (Red+Green+Blue) = 213+204+116=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC74 is #2A338B. Grayscale: #C5C5C5. Windows color (decimal): -2765708 or 7654613. OLE color: 7654613.
HSL color Cylindrical-coordinate representation of color #D5CC74: hue angle of 54.43º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5CC74 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 204 | 116 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.16 |
| HSL | 54.43º | 0.54% | 0.65% | - |
| HSV(B) | 54.43º | 0.46% | 0.84% | - |
| XYZ | 52.19 | 58.59 | 25.08 | - |
| YUV | 196.66 | 82.48 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 116 | 0 | 0.04 | 0.46 | 0.16 | 54.43 | 0.54 | 0.65 |
| Hex | D5 | CC | 74 | 0 | 4 | 2E | 10 | 36 | 36 | 41 |
| Octal | 325 | 314 | 164 | 0 | 4 | 56 | 20 | 66 | 66 | 101 |
| Binary | 11010101 | 11001100 | 1110100 | 0 | 100 | 101110 | 10000 | 110110 | 110110 | 1000001 |
Color Harmonies of #D5CC74
Complementary color
Monochromatic Colors of #D5CC74
Black with #D5CC74
Text Example
Text Example
White with #D5CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CC74; }
p { color: rgb(213,204,116); }
H1.HeaderClassName
{
color: #D5CC74;
}
.AnyTagClassName
{
color: #D5CC74;
}
</style>
background-color css
<style>
a { background-color: #D5CC74; }
a { background-color: rgb(213,204,116); }
div.DivClassName
{
background-color: #D5CC74;
}
.BgClassName
{
background-color: #D5CC74;
}
</style>
border-color css
<style>
span { border-color: #D5CC74; }
span { border-color: rgb(213,204,116); }
td.TdClassName
{
border-color: #D5CC74;
}
.TagClassName
{
border-color: #D5CC74;
}
</style>