#D6B97B

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

Shades of Straw #D6B97B

Tints of Straw #D6B97B

Color information

#D6B97B (or 0xD6B97B) is unknown color: approx Straw. HEX triplet: D6, B9 and 7B. RGB value is (214,185,123). Sum of RGB (Red+Green+Blue) = 214+185+123=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 123 (48.44% from 255 or 23.56% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B97B is #294684. Grayscale: #BABABA. Windows color (decimal): -2705029 or 8108502. OLE color: 8108502.

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

Color convert

RGB214185123-
CMYK00.140.430.16
HSL40.88º52.6%66.08%-
HSV(B)40.88º42.52%83.92%-
XYZ48.6650.4225.91-
YUV186.692.11147.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.00%
GREEN value IS 185 (72.66% from 255) = 35.44%
BLUE value IS 123 (48.44% from 255) = 23.56%
R=41.00%
G=35.44%
B=23.56%

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
Decimal21418512300.140.430.1640.8852.666.08
HexD6B97B0E2B10293542
Octal32627117301653205165102
Binary1101011010111001111101101110101011100001010011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B97B; }

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

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

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

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

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

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

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

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