#D8D176

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

Shades of Wild Rice #D8D176

Tints of Wild Rice #D8D176

Color information

#D8D176 (or 0xD8D176) is unknown color: approx Wild Rice. HEX triplet: D8, D1 and 76. RGB value is (216,209,118). Sum of RGB (Red+Green+Blue) = 216+209+118=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 118 (46.48% from 255 or 21.73% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D176 is #272E89. Grayscale: #C9C9C9. Windows color (decimal): -2567818 or 7786968. OLE color: 7786968.

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

Color convert

RGB216209118-
CMYK00.030.450.15
HSL55.71º55.68%65.49%-
HSV(B)55.71º45.37%84.71%-
XYZ54.3961.5126.15-
YUV200.7281.32138.9-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.78%
GREEN value IS 209 (82.03% from 255) = 38.49%
BLUE value IS 118 (46.48% from 255) = 21.73%
R=39.78%
G=38.49%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620911800.030.450.1555.7155.6865.49
HexD8D176032DF383841
Octal3303211660355177070101
Binary1101100011010001111011001110110111111110001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D176; }

 p { color: rgb(216,209,118); }

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

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

 a { background-color: rgb(216,209,118); }

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

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

 span { border-color: rgb(216,209,118); }

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