Html Css Color HEX #D6BA87 Straw

📋 copy color: '#D6BA87'

red 214 ◦ green 186 ◦ blue 135

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

Shades of Straw #D6BA87

Tints of Straw #D6BA87

RGB

 RED value IS 214 (83.98% from 255) = 40%

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

 BLUE value IS 135 (53.13% from 255) = 25.23%

R = 40%
G = 34.77%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D6BA87 (or 0xD6BA87) is known color: Straw. HEX triplet: D6, BA and 87. RGB value is (214,186,135). Sum of RGB (Red+Green+Blue) = 214+186+135=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 135 (53.12% from 255 or 25.23% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA87 is #294578. Grayscale: #BCBCBC. Windows color (decimal): -2704761 or 8895190. OLE color: 8895190.

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

Color convert

RGB 214 186 135 -
CMYK 0 0.13 0.37 0.16
HSL 38.73º 0.49% 0.68% -
HSV(B) 38.73º 0.37% 0.84% -
XYZ 49.66 51.16 30.18 -
YUV 188.56 97.78 146.15 -
System Red Green Blue C M Y K H S L
Decimal 214 186 135 0 0.13 0.37 0.16 38.73 0.49 0.68
Hex D6 BA 87 0 D 25 10 27 31 44
Octal 326 272 207 0 15 45 20 47 61 104
Binary 11010110 10111010 10000111 0 1101 100101 10000 100111 110001 1000100

Color Harmonies of #D6BA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA87

Black with #D6BA87

Text Example


Text Example

White with #D6BA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA87; }

 p { color: rgb(214,186,135); }

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

background-color css

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

 a { background-color: rgb(214,186,135); }

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

border-color css

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

 span { border-color: rgb(214,186,135); }

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