#D7B97B

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

Shades of Straw #D7B97B

Tints of Straw #D7B97B

Color information

#D7B97B (or 0xD7B97B) is unknown color: approx Straw. HEX triplet: D7, B9 and 7B. RGB value is (215,185,123). Sum of RGB (Red+Green+Blue) = 215+185+123=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B97B is #284684. Grayscale: #BBBBBB. Windows color (decimal): -2639493 or 8108503. OLE color: 8108503.

HSL color Cylindrical-coordinate representation of color #D7B97B: hue angle of 40.43º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D7B97B is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB215185123-
CMYK00.140.430.16
HSL40.43º53.49%66.27%-
HSV(B)40.43º42.79%84.31%-
XYZ48.9550.5825.92-
YUV186.991.94148.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.11%
GREEN value IS 185 (72.66% from 255) = 35.37%
BLUE value IS 123 (48.44% from 255) = 23.52%
R=41.11%
G=35.37%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518512300.140.430.1640.4353.4966.27
HexD7B97B0E2B10283542
Octal32727117301653205065102
Binary1101011110111001111101101110101011100001010001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B97B; }

 p { color: rgb(215,185,123); }

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

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

 a { background-color: rgb(215,185,123); }

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

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

 span { border-color: rgb(215,185,123); }

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