Html Css Color HEX #D7BA86 Straw

📋 copy color: '#D7BA86'

red 215 ◦ green 186 ◦ blue 134

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

Shades of Straw #D7BA86

Tints of Straw #D7BA86

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.77%

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

R = 40.19%
G = 34.77%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D7BA86 (or 0xD7BA86) is known color: Straw. HEX triplet: D7, BA and 86. RGB value is (215,186,134). Sum of RGB (Red+Green+Blue) = 215+186+134=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BA86 is #284579. Grayscale: #BCBCBC. Windows color (decimal): -2639226 or 8829655. OLE color: 8829655.

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

Color convert

RGB 215 186 134 -
CMYK 0 0.13 0.38 0.16
HSL 38.52º 0.5% 0.68% -
HSV(B) 38.52º 0.38% 0.84% -
XYZ 49.89 51.29 29.82 -
YUV 188.74 97.11 146.73 -
System Red Green Blue C M Y K H S L
Decimal 215 186 134 0 0.13 0.38 0.16 38.52 0.5 0.68
Hex D7 BA 86 0 D 26 10 27 32 44
Octal 327 272 206 0 15 46 20 47 62 104
Binary 11010111 10111010 10000110 0 1101 100110 10000 100111 110010 1000100

Color Harmonies of #D7BA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BA86

Black with #D7BA86

Text Example


Text Example

White with #D7BA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BA86; }

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

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

background-color css

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

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

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

border-color css

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

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

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