#D7CC76

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

Shades of Wild Rice #D7CC76

Tints of Wild Rice #D7CC76

Color information

#D7CC76 (or 0xD7CC76) is unknown color: approx Wild Rice. HEX triplet: D7, CC and 76. RGB value is (215,204,118). Sum of RGB (Red+Green+Blue) = 215+204+118=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CC76 is #283389. Grayscale: #C5C5C5. Windows color (decimal): -2634634 or 7785687. OLE color: 7785687.

HSL color Cylindrical-coordinate representation of color #D7CC76: hue angle of 53.2º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D7CC76 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB215204118-
CMYK00.050.450.16
HSL53.2º54.8%65.29%-
HSV(B)53.2º45.12%84.31%-
XYZ52.8958.9425.73-
YUV197.4883.14140.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.04%
GREEN value IS 204 (80.08% from 255) = 37.99%
BLUE value IS 118 (46.48% from 255) = 21.97%
R=40.04%
G=37.99%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520411800.050.450.1653.254.865.29
HexD7CC76052D10353741
Octal3273141660555206567101
Binary110101111100110011101100101101101100001101011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CC76; }

 p { color: rgb(215,204,118); }

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

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

 a { background-color: rgb(215,204,118); }

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

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

 span { border-color: rgb(215,204,118); }

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