Html Css Color HEX #D6B38A Tan

📋 copy color: '#D6B38A'

red 214 ◦ green 179 ◦ blue 138

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

Shades of Tan #D6B38A

Tints of Tan #D6B38A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.71%

 BLUE value IS 138 (54.3% from 255) = 25.99%

R = 40.3%
G = 33.71%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6B38A (or 0xD6B38A) is known color: Tan. HEX triplet: D6, B3 and 8A. RGB value is (214,179,138). Sum of RGB (Red+Green+Blue) = 214+179+138=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B38A is #294C75. Grayscale: #B8B8B8. Windows color (decimal): -2706550 or 9090006. OLE color: 9090006.

HSL color Cylindrical-coordinate representation of color #D6B38A: hue angle of 32.37º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6B38A is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 179 138 -
CMYK 0 0.16 0.36 0.16
HSL 32.37º 0.48% 0.69% -
HSV(B) 32.37º 0.36% 0.84% -
XYZ 48.44 48.37 30.83 -
YUV 184.79 101.6 148.83 -
System Red Green Blue C M Y K H S L
Decimal 214 179 138 0 0.16 0.36 0.16 32.37 0.48 0.69
Hex D6 B3 8A 0 10 24 10 20 30 45
Octal 326 263 212 0 20 44 20 40 60 105
Binary 11010110 10110011 10001010 0 10000 100100 10000 100000 110000 1000101

Color Harmonies of #D6B38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B38A

Black with #D6B38A

Text Example


Text Example

White with #D6B38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B38A; }

 p { color: rgb(214,179,138); }

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

background-color css

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

 a { background-color: rgb(214,179,138); }

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

border-color css

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

 span { border-color: rgb(214,179,138); }

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