#D5CC76

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

Shades of Wild Rice #D5CC76

Tints of Wild Rice #D5CC76

Color information

#D5CC76 (or 0xD5CC76) is unknown color: approx Wild Rice. HEX triplet: D5, CC and 76. RGB value is (213,204,118). Sum of RGB (Red+Green+Blue) = 213+204+118=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 118 (46.48% from 255 or 22.06% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC76 is #2A3389. Grayscale: #C5C5C5. Windows color (decimal): -2765706 or 7785685. OLE color: 7785685.

HSL color Cylindrical-coordinate representation of color #D5CC76: hue angle of 54.32º degrees, saturation: 0.53, 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 #D5CC76 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB213204118-
CMYK00.040.450.16
HSL54.32º53.07%64.9%-
HSV(B)54.32º44.6%83.53%-
XYZ52.358.6425.7-
YUV196.8983.48139.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.81%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 118 (46.48% from 255) = 22.06%
R=39.81%
G=38.13%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320411800.040.450.1654.3253.0764.9
HexD5CC76042D10363541
Octal3253141660455206665101
Binary110101011100110011101100100101101100001101101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CC76; }

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

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

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

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

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

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

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

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