#D7CD73

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

Shades of Wild Rice #D7CD73

Tints of Wild Rice #D7CD73

Color information

#D7CD73 (or 0xD7CD73) is unknown color: approx Wild Rice. HEX triplet: D7, CD and 73. RGB value is (215,205,115). Sum of RGB (Red+Green+Blue) = 215+205+115=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CD73 is #28328C. Grayscale: #C6C6C6. Windows color (decimal): -2634381 or 7589335. OLE color: 7589335.

HSL color Cylindrical-coordinate representation of color #D7CD73: hue angle of 54º 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 #D7CD73 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB215205115-
CMYK00.050.470.16
HSL54º55.56%64.71%-
HSV(B)54º46.51%84.31%-
XYZ52.9559.3524.88-
YUV197.7381.31140.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.19%
GREEN value IS 205 (80.47% from 255) = 38.32%
BLUE value IS 115 (45.31% from 255) = 21.50%
R=40.19%
G=38.32%
B=21.50%

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
Decimal21520511500.050.470.165455.5664.71
HexD7CD73052F10363841
Octal3273151630557206670101
Binary110101111100110111100110101101111100001101101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CD73; }

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

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

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

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

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

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

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

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