Html Css Color HEX #D6B18C Tan

📋 copy color: '#D6B18C'

red 214 ◦ green 177 ◦ blue 140

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

Shades of Tan #D6B18C

Tints of Tan #D6B18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.37%

R = 40.3%
G = 33.33%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6B18C (or 0xD6B18C) is known color: Tan. HEX triplet: D6, B1 and 8C. RGB value is (214,177,140). Sum of RGB (Red+Green+Blue) = 214+177+140=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B18C is #294E73. Grayscale: #B8B8B8. Windows color (decimal): -2707060 or 9220566. OLE color: 9220566.

HSL color Cylindrical-coordinate representation of color #D6B18C: hue angle of 30º degrees, saturation: 0.47, 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 #D6B18C is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 177 140 -
CMYK 0 0.17 0.35 0.16
HSL 30º 0.47% 0.69% -
HSV(B) 30º 0.35% 0.84% -
XYZ 48.19 47.63 31.47 -
YUV 183.85 103.26 149.51 -
System Red Green Blue C M Y K H S L
Decimal 214 177 140 0 0.17 0.35 0.16 30 0.47 0.69
Hex D6 B1 8C 0 11 23 10 1E 2F 45
Octal 326 261 214 0 21 43 20 36 57 105
Binary 11010110 10110001 10001100 0 10001 100011 10000 11110 101111 1000101

Color Harmonies of #D6B18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B18C

Black with #D6B18C

Text Example


Text Example

White with #D6B18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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