Html Css Color HEX #D7B986 Straw

📋 copy color: '#D7B986'

red 215 ◦ green 185 ◦ blue 134

#D7B986
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Straw #D7B986

Tints of Straw #D7B986

RGB

 RED value IS 215 (84.38% from 255) = 40.26%

 GREEN value IS 185 (72.66% from 255) = 34.64%

 BLUE value IS 134 (52.73% from 255) = 25.09%

R = 40.26%
G = 34.64%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D7B986 (or 0xD7B986) is known color: Straw. HEX triplet: D7, B9 and 86. RGB value is (215,185,134). Sum of RGB (Red+Green+Blue) = 215+185+134=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B986 is #284679. Grayscale: #BCBCBC. Windows color (decimal): -2639482 or 8829399. OLE color: 8829399.

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

Color convert

RGB 215 185 134 -
CMYK 0 0.14 0.38 0.16
HSL 37.78º 0.5% 0.68% -
HSV(B) 37.78º 0.38% 0.84% -
XYZ 49.68 50.87 29.75 -
YUV 188.16 97.44 147.15 -
System Red Green Blue C M Y K H S L
Decimal 215 185 134 0 0.14 0.38 0.16 37.78 0.5 0.68
Hex D7 B9 86 0 E 26 10 26 32 44
Octal 327 271 206 0 16 46 20 46 62 104
Binary 11010111 10111001 10000110 0 1110 100110 10000 100110 110010 1000100

Color Harmonies of #D7B986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B986

Black with #D7B986

Text Example


Text Example

White with #D7B986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B986; }

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

 H1.HeaderClassName
 {
   color: #D7B986;
 }
 .AnyTagClassName
 {
   color: #D7B986;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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