Html Css Color HEX #D6B98F Tan

📋 copy color: '#D6B98F'

red 214 ◦ green 185 ◦ blue 143

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

Shades of Tan #D6B98F

Tints of Tan #D6B98F

RGB

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

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

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

R = 39.48%
G = 34.13%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6B98F (or 0xD6B98F) is known color: Tan. HEX triplet: D6, B9 and 8F. RGB value is (214,185,143). Sum of RGB (Red+Green+Blue) = 214+185+143=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 143 (56.25% from 255 or 26.38% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B98F is #294670. Grayscale: #BDBDBD. Windows color (decimal): -2705009 or 9419222. OLE color: 9419222.

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

Color convert

RGB 214 185 143 -
CMYK 0 0.14 0.33 0.16
HSL 35.49º 0.46% 0.7% -
HSV(B) 35.49º 0.33% 0.84% -
XYZ 50.04 50.98 33.19 -
YUV 188.88 102.11 145.92 -
System Red Green Blue C M Y K H S L
Decimal 214 185 143 0 0.14 0.33 0.16 35.49 0.46 0.7
Hex D6 B9 8F 0 E 21 10 23 2E 46
Octal 326 271 217 0 16 41 20 43 56 106
Binary 11010110 10111001 10001111 0 1110 100001 10000 100011 101110 1000110

Color Harmonies of #D6B98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B98F

Black with #D6B98F

Text Example


Text Example

White with #D6B98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B98F; }

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

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

background-color css

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

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

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

border-color css

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

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

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