Shades of Wild Rice #D9D27B
Tints of Wild Rice #D9D27B
RGB
CMYK
RGB Variations
Color information
#D9D27B (or 0xD9D27B) is known color: Wild Rice. HEX triplet: D9, D2 and 7B. RGB value is (217,210,123). Sum of RGB (Red+Green+Blue) = 217+210+123=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 123 (48.44% from 255 or 22.36% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D27B is #262D84. Grayscale: #CACACA. Windows color (decimal): -2502021 or 8114905. OLE color: 8114905.
HSL color Cylindrical-coordinate representation of color #D9D27B: hue angle of 55.53º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9D27B is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 210 | 123 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.15 |
| HSL | 55.53º | 0.55% | 0.67% | - |
| HSV(B) | 55.53º | 0.43% | 0.85% | - |
| XYZ | 55.24 | 62.27 | 27.85 | - |
| YUV | 202.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 210 | 123 | 0 | 0.03 | 0.43 | 0.15 | 55.53 | 0.55 | 0.67 |
| Hex | D9 | D2 | 7B | 0 | 3 | 2B | F | 38 | 37 | 43 |
| Octal | 331 | 322 | 173 | 0 | 3 | 53 | 17 | 70 | 67 | 103 |
| Binary | 11011001 | 11010010 | 1111011 | 0 | 11 | 101011 | 1111 | 111000 | 110111 | 1000011 |
Color Harmonies of #D9D27B
Complementary color
Monochromatic Colors of #D9D27B
Black with #D9D27B
Text Example
Text Example
White with #D9D27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D27B; }
p { color: rgb(217,210,123); }
H1.HeaderClassName
{
color: #D9D27B;
}
.AnyTagClassName
{
color: #D9D27B;
}
</style>
background-color css
<style>
a { background-color: #D9D27B; }
a { background-color: rgb(217,210,123); }
div.DivClassName
{
background-color: #D9D27B;
}
.BgClassName
{
background-color: #D9D27B;
}
</style>
border-color css
<style>
span { border-color: #D9D27B; }
span { border-color: rgb(217,210,123); }
td.TdClassName
{
border-color: #D9D27B;
}
.TagClassName
{
border-color: #D9D27B;
}
</style>