#d7ce73

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

Shades of Wild Rice #D7CE73

Tints of Wild Rice #D7CE73

Color information

#D7CE73 (or 0xD7CE73) is unknown color: approx Wild Rice. HEX triplet: D7, CE and 73. RGB value is (215,206,115). Sum of RGB (Red+Green+Blue) = 215+206+115=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 115 (45.31% from 255 or 21.46% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CE73 is #28318C. Grayscale: #C6C6C6. Windows color (decimal): -2634125 or 7589591. OLE color: 7589591.

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

Color convert

RGB215206115-
CMYK00.040.470.16
HSL54.6º55.56%64.71%-
HSV(B)54.6º46.51%84.31%-
XYZ53.1959.8324.96-
YUV198.3280.98139.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.11%
GREEN value IS 206 (80.86% from 255) = 38.43%
BLUE value IS 115 (45.31% from 255) = 21.46%
R=40.11%
G=38.43%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520611500.040.470.1654.655.5664.71
HexD7CE73042F10373841
Octal3273161630457206770101
Binary110101111100111011100110100101111100001101111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7ce73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7ce73; }

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

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

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

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

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

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

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

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