Html Css Color HEX #D6B886 Tan

📋 copy color: '#D6B886'

red 214 ◦ green 184 ◦ blue 134

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

Shades of Tan #D6B886

Tints of Tan #D6B886

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.59%

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

R = 40.23%
G = 34.59%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D6B886 (or 0xD6B886) is known color: Tan. HEX triplet: D6, B8 and 86. RGB value is (214,184,134). Sum of RGB (Red+Green+Blue) = 214+184+134=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B886 is #294779. Grayscale: #BBBBBB. Windows color (decimal): -2705274 or 8829142. OLE color: 8829142.

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

Color convert

RGB 214 184 134 -
CMYK 0 0.14 0.37 0.16
HSL 37.5º 0.49% 0.68% -
HSV(B) 37.5º 0.37% 0.84% -
XYZ 49.18 50.3 29.67 -
YUV 187.27 97.94 147.07 -
System Red Green Blue C M Y K H S L
Decimal 214 184 134 0 0.14 0.37 0.16 37.5 0.49 0.68
Hex D6 B8 86 0 E 25 10 26 31 44
Octal 326 270 206 0 16 45 20 46 61 104
Binary 11010110 10111000 10000110 0 1110 100101 10000 100110 110001 1000100

Color Harmonies of #D6B886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B886

Black with #D6B886

Text Example


Text Example

White with #D6B886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B886; }

 p { color: rgb(214,184,134); }

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

background-color css

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

 a { background-color: rgb(214,184,134); }

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

border-color css

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

 span { border-color: rgb(214,184,134); }

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