#D8B97B

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

Shades of Straw #D8B97B

Tints of Straw #D8B97B

Color information

#D8B97B (or 0xD8B97B) is unknown color: approx Straw. HEX triplet: D8, B9 and 7B. RGB value is (216,185,123). Sum of RGB (Red+Green+Blue) = 216+185+123=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B97B is #274684. Grayscale: #BBBBBB. Windows color (decimal): -2573957 or 8108504. OLE color: 8108504.

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

Color convert

RGB216185123-
CMYK00.140.430.15
HSL40º54.39%66.47%-
HSV(B)40º43.06%84.71%-
XYZ49.2450.7325.93-
YUV187.291.77148.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.22%
GREEN value IS 185 (72.66% from 255) = 35.31%
BLUE value IS 123 (48.44% from 255) = 23.47%
R=41.22%
G=35.31%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618512300.140.430.154054.3966.47
HexD8B97B0E2BF283642
Octal33027117301653175066102
Binary110110001011100111110110111010101111111010001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B97B; }

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

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

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

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

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

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

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

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