Html Css Color HEX #D6B98D Tan

📋 copy color: '#D6B98D'

red 214 ◦ green 185 ◦ blue 141

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

Shades of Tan #D6B98D

Tints of Tan #D6B98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.11%

R = 39.63%
G = 34.26%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6B98D (or 0xD6B98D) is known color: Tan. HEX triplet: D6, B9 and 8D. RGB value is (214,185,141). Sum of RGB (Red+Green+Blue) = 214+185+141=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B98D is #294672. Grayscale: #BCBCBC. Windows color (decimal): -2705011 or 9288150. OLE color: 9288150.

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

Color convert

RGB 214 185 141 -
CMYK 0 0.14 0.34 0.16
HSL 36.16º 0.47% 0.7% -
HSV(B) 36.16º 0.34% 0.84% -
XYZ 49.89 50.92 32.4 -
YUV 188.66 101.11 146.08 -
System Red Green Blue C M Y K H S L
Decimal 214 185 141 0 0.14 0.34 0.16 36.16 0.47 0.7
Hex D6 B9 8D 0 E 22 10 24 2F 46
Octal 326 271 215 0 16 42 20 44 57 106
Binary 11010110 10111001 10001101 0 1110 100010 10000 100100 101111 1000110

Color Harmonies of #D6B98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B98D

Black with #D6B98D

Text Example


Text Example

White with #D6B98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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