Html Css Color HEX #D6B48B Tan

📋 copy color: '#D6B48B'

red 214 ◦ green 180 ◦ blue 139

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

Shades of Tan #D6B48B

Tints of Tan #D6B48B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.77%

 BLUE value IS 139 (54.69% from 255) = 26.08%

R = 40.15%
G = 33.77%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6B48B (or 0xD6B48B) is known color: Tan. HEX triplet: D6, B4 and 8B. RGB value is (214,180,139). Sum of RGB (Red+Green+Blue) = 214+180+139=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B48B is #294B74. Grayscale: #B9B9B9. Windows color (decimal): -2706293 or 9155798. OLE color: 9155798.

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

Color convert

RGB 214 180 139 -
CMYK 0 0.16 0.35 0.16
HSL 32.8º 0.48% 0.69% -
HSV(B) 32.8º 0.35% 0.84% -
XYZ 48.71 48.8 31.28 -
YUV 185.49 101.76 148.33 -
System Red Green Blue C M Y K H S L
Decimal 214 180 139 0 0.16 0.35 0.16 32.8 0.48 0.69
Hex D6 B4 8B 0 10 23 10 21 30 45
Octal 326 264 213 0 20 43 20 41 60 105
Binary 11010110 10110100 10001011 0 10000 100011 10000 100001 110000 1000101

Color Harmonies of #D6B48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B48B

Black with #D6B48B

Text Example


Text Example

White with #D6B48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B48B; }

 p { color: rgb(214,180,139); }

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

background-color css

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

 a { background-color: rgb(214,180,139); }

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

border-color css

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

 span { border-color: rgb(214,180,139); }

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