#D9D076

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

Shades of Wild Rice #D9D076

Tints of Wild Rice #D9D076

Color information

#D9D076 (or 0xD9D076) is unknown color: approx Wild Rice. HEX triplet: D9, D0 and 76. RGB value is (217,208,118). Sum of RGB (Red+Green+Blue) = 217+208+118=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 118 (46.48% from 255 or 21.73% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D076 is #262F89. Grayscale: #C8C8C8. Windows color (decimal): -2502538 or 7786713. OLE color: 7786713.

HSL color Cylindrical-coordinate representation of color #D9D076: hue angle of 54.55º 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 #D9D076 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB217208118-
CMYK00.040.460.15
HSL54.55º56.57%65.69%-
HSV(B)54.55º45.62%85.1%-
XYZ54.4461.1726.08-
YUV200.4381.48139.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.96%
GREEN value IS 208 (81.64% from 255) = 38.31%
BLUE value IS 118 (46.48% from 255) = 21.73%
R=39.96%
G=38.31%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720811800.040.460.1554.5556.5765.69
HexD9D076042EF373942
Octal3313201660456176771102
Binary11011001110100001110110010010111011111101111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D076; }

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

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

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

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

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

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

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

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