#D9D276

Color #D9D276 Wild Rice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Rice #D9D276

Tints of Wild Rice #D9D276

Color information

#D9D276 (or 0xD9D276) is unknown color: approx Wild Rice. HEX triplet: D9, D2 and 76. RGB value is (217,210,118). Sum of RGB (Red+Green+Blue) = 217+210+118=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D276 is #262D89. Grayscale: #C9C9C9. Windows color (decimal): -2502026 or 7787225. OLE color: 7787225.

HSL color Cylindrical-coordinate representation of color #D9D276: hue angle of 55.76º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D9D276 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB217210118-
CMYK00.030.460.15
HSL55.76º56.57%65.69%-
HSV(B)55.76º45.62%85.1%-
XYZ54.9362.1526.24-
YUV201.680.82138.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 39.82%
GREEN value IS 210 (82.42% from 255) = 38.53%
BLUE value IS 118 (46.48% from 255) = 21.65%
R=39.82%
G=38.53%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721011800.030.460.1555.7656.5765.69
HexD9D276032EF383942
Octal3313221660356177071102
Binary1101100111010010111011001110111011111110001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D276; }

 p { color: rgb(217,210,118); }

 H1.HeaderClassName
 {
   color: #D9D276;
 }
 .AnyTagClassName
 {
   color: #D9D276;
 }
</style>
background-color css

<style>
 a { background-color: #D9D276; }

 a { background-color: rgb(217,210,118); }

 div.DivClassName
 {
   background-color: #D9D276;
 }
 .BgClassName
 {
   background-color: #D9D276;
 }
</style>
border-color css

<style>
 span { border-color: #D9D276; }

 span { border-color: rgb(217,210,118); }

 td.TdClassName
 {
   border-color: #D9D276;
 }
 .TagClassName
 {
   border-color: #D9D276;
 }
</style>