Html Css Color HEX #D6B988 Tan

📋 copy color: '#D6B988'

red 214 ◦ green 185 ◦ blue 136

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

Shades of Tan #D6B988

Tints of Tan #D6B988

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.58%

 BLUE value IS 136 (53.52% from 255) = 25.42%

R = 40%
G = 34.58%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6B988 (or 0xD6B988) is known color: Tan. HEX triplet: D6, B9 and 88. RGB value is (214,185,136). Sum of RGB (Red+Green+Blue) = 214+185+136=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B988 is #294677. Grayscale: #BCBCBC. Windows color (decimal): -2705016 or 8960470. OLE color: 8960470.

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

Color convert

RGB 214 185 136 -
CMYK 0 0.14 0.36 0.16
HSL 37.69º 0.49% 0.69% -
HSV(B) 37.69º 0.36% 0.84% -
XYZ 49.52 50.77 30.48 -
YUV 188.09 98.61 146.48 -
System Red Green Blue C M Y K H S L
Decimal 214 185 136 0 0.14 0.36 0.16 37.69 0.49 0.69
Hex D6 B9 88 0 E 24 10 26 31 45
Octal 326 271 210 0 16 44 20 46 61 105
Binary 11010110 10111001 10001000 0 1110 100100 10000 100110 110001 1000101

Color Harmonies of #D6B988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B988

Black with #D6B988

Text Example


Text Example

White with #D6B988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B988; }

 p { color: rgb(214,185,136); }

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

background-color css

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

 a { background-color: rgb(214,185,136); }

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

border-color css

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

 span { border-color: rgb(214,185,136); }

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