Html Css Color HEX #D6B18F Tan

📋 copy color: '#D6B18F'

red 214 ◦ green 177 ◦ blue 143

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

Shades of Tan #D6B18F

Tints of Tan #D6B18F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.15%

 BLUE value IS 143 (56.25% from 255) = 26.78%

R = 40.07%
G = 33.15%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6B18F (or 0xD6B18F) is known color: Tan. HEX triplet: D6, B1 and 8F. RGB value is (214,177,143). Sum of RGB (Red+Green+Blue) = 214+177+143=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B18F is #294E70. Grayscale: #B8B8B8. Windows color (decimal): -2707057 or 9417174. OLE color: 9417174.

HSL color Cylindrical-coordinate representation of color #D6B18F: hue angle of 28.73º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6B18F is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 177 143 -
CMYK 0 0.17 0.33 0.16
HSL 28.73º 0.46% 0.7% -
HSV(B) 28.73º 0.33% 0.84% -
XYZ 48.41 47.72 32.65 -
YUV 184.19 104.76 149.26 -
System Red Green Blue C M Y K H S L
Decimal 214 177 143 0 0.17 0.33 0.16 28.73 0.46 0.7
Hex D6 B1 8F 0 11 21 10 1D 2E 46
Octal 326 261 217 0 21 41 20 35 56 106
Binary 11010110 10110001 10001111 0 10001 100001 10000 11101 101110 1000110

Color Harmonies of #D6B18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B18F

Black with #D6B18F

Text Example


Text Example

White with #D6B18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B18F; }

 p { color: rgb(214,177,143); }

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

background-color css

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

 a { background-color: rgb(214,177,143); }

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

border-color css

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

 span { border-color: rgb(214,177,143); }

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