Html Css Color HEX #D6BA92 Tan

📋 copy color: '#D6BA92'

red 214 ◦ green 186 ◦ blue 146

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

Shades of Tan #D6BA92

Tints of Tan #D6BA92

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.07%

 BLUE value IS 146 (57.42% from 255) = 26.74%

R = 39.19%
G = 34.07%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D6BA92 (or 0xD6BA92) is known color: Tan. HEX triplet: D6, BA and 92. RGB value is (214,186,146). Sum of RGB (Red+Green+Blue) = 214+186+146=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA92 is #29456D. Grayscale: #BEBEBE. Windows color (decimal): -2704750 or 9616086. OLE color: 9616086.

HSL color Cylindrical-coordinate representation of color #D6BA92: hue angle of 35.29º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6BA92 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 186 146 -
CMYK 0 0.13 0.32 0.16
HSL 35.29º 0.45% 0.71% -
HSV(B) 35.29º 0.32% 0.84% -
XYZ 50.48 51.49 34.47 -
YUV 189.81 103.28 145.25 -
System Red Green Blue C M Y K H S L
Decimal 214 186 146 0 0.13 0.32 0.16 35.29 0.45 0.71
Hex D6 BA 92 0 D 20 10 23 2D 47
Octal 326 272 222 0 15 40 20 43 55 107
Binary 11010110 10111010 10010010 0 1101 100000 10000 100011 101101 1000111

Color Harmonies of #D6BA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA92

Black with #D6BA92

Text Example


Text Example

White with #D6BA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA92; }

 p { color: rgb(214,186,146); }

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

background-color css

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

 a { background-color: rgb(214,186,146); }

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

border-color css

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

 span { border-color: rgb(214,186,146); }

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