Shades of Wild Rice #D9CB74
Tints of Wild Rice #D9CB74
RGB
CMYK
RGB Variations
Color information
#D9CB74 (or 0xD9CB74) is known color: Wild Rice. HEX triplet: D9, CB and 74. RGB value is (217,203,116). Sum of RGB (Red+Green+Blue) = 217+203+116=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CB74 is #26348B. Grayscale: #C5C5C5. Windows color (decimal): -2503820 or 7654361. OLE color: 7654361.
HSL color Cylindrical-coordinate representation of color #D9CB74: hue angle of 51.68º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D9CB74 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 116 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.15 |
| HSL | 51.68º | 0.57% | 0.65% | - |
| HSV(B) | 51.68º | 0.47% | 0.85% | - |
| XYZ | 53.12 | 58.72 | 25.06 | - |
| YUV | 197.27 | 82.14 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 116 | 0 | 0.06 | 0.47 | 0.15 | 51.68 | 0.57 | 0.65 |
| Hex | D9 | CB | 74 | 0 | 6 | 2F | F | 34 | 39 | 41 |
| Octal | 331 | 313 | 164 | 0 | 6 | 57 | 17 | 64 | 71 | 101 |
| Binary | 11011001 | 11001011 | 1110100 | 0 | 110 | 101111 | 1111 | 110100 | 111001 | 1000001 |
Color Harmonies of #D9CB74
Complementary color
Monochromatic Colors of #D9CB74
Black with #D9CB74
Text Example
Text Example
White with #D9CB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB74; }
p { color: rgb(217,203,116); }
H1.HeaderClassName
{
color: #D9CB74;
}
.AnyTagClassName
{
color: #D9CB74;
}
</style>
background-color css
<style>
a { background-color: #D9CB74; }
a { background-color: rgb(217,203,116); }
div.DivClassName
{
background-color: #D9CB74;
}
.BgClassName
{
background-color: #D9CB74;
}
</style>
border-color css
<style>
span { border-color: #D9CB74; }
span { border-color: rgb(217,203,116); }
td.TdClassName
{
border-color: #D9CB74;
}
.TagClassName
{
border-color: #D9CB74;
}
</style>