#D7CC73

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

Shades of Wild Rice #D7CC73

Tints of Wild Rice #D7CC73

Color information

#D7CC73 (or 0xD7CC73) is unknown color: approx Wild Rice. HEX triplet: D7, CC and 73. RGB value is (215,204,115). Sum of RGB (Red+Green+Blue) = 215+204+115=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 115 (45.31% from 255 or 21.54% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CC73 is #28338C. Grayscale: #C5C5C5. Windows color (decimal): -2634637 or 7589079. OLE color: 7589079.

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

Color convert

RGB215204115-
CMYK00.050.470.16
HSL53.4º55.56%64.71%-
HSV(B)53.4º46.51%84.31%-
XYZ52.7158.8724.8-
YUV197.1481.64140.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.26%
GREEN value IS 204 (80.08% from 255) = 38.20%
BLUE value IS 115 (45.31% from 255) = 21.54%
R=40.26%
G=38.20%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520411500.050.470.1653.455.5664.71
HexD7CC73052F10353841
Octal3273141630557206570101
Binary110101111100110011100110101101111100001101011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CC73; }

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

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

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

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

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

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

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

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