Html Css Color HEX #D6B88C Tan

📋 copy color: '#D6B88C'

red 214 ◦ green 184 ◦ blue 140

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

Shades of Tan #D6B88C

Tints of Tan #D6B88C

RGB

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

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

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

R = 39.78%
G = 34.2%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6B88C (or 0xD6B88C) is known color: Tan. HEX triplet: D6, B8 and 8C. RGB value is (214,184,140). Sum of RGB (Red+Green+Blue) = 214+184+140=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B88C is #294773. Grayscale: #BCBCBC. Windows color (decimal): -2705268 or 9222358. OLE color: 9222358.

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

Color convert

RGB 214 184 140 -
CMYK 0 0.14 0.35 0.16
HSL 35.68º 0.47% 0.69% -
HSV(B) 35.68º 0.35% 0.84% -
XYZ 49.61 50.47 31.94 -
YUV 187.95 100.94 146.58 -
System Red Green Blue C M Y K H S L
Decimal 214 184 140 0 0.14 0.35 0.16 35.68 0.47 0.69
Hex D6 B8 8C 0 E 23 10 24 2F 45
Octal 326 270 214 0 16 43 20 44 57 105
Binary 11010110 10111000 10001100 0 1110 100011 10000 100100 101111 1000101

Color Harmonies of #D6B88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B88C

Black with #D6B88C

Text Example


Text Example

White with #D6B88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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