Html Css Color HEX #D6BA90 Tan

📋 copy color: '#D6BA90'

red 214 ◦ green 186 ◦ blue 144

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

Shades of Tan #D6BA90

Tints of Tan #D6BA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.47%

R = 39.34%
G = 34.19%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6BA90 (or 0xD6BA90) is known color: Tan. HEX triplet: D6, BA and 90. RGB value is (214,186,144). Sum of RGB (Red+Green+Blue) = 214+186+144=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA90 is #29456F. Grayscale: #BDBDBD. Windows color (decimal): -2704752 or 9485014. OLE color: 9485014.

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

Color convert

RGB 214 186 144 -
CMYK 0 0.13 0.33 0.16
HSL 36º 0.46% 0.7% -
HSV(B) 36º 0.33% 0.84% -
XYZ 50.32 51.43 33.66 -
YUV 189.58 102.28 145.42 -
System Red Green Blue C M Y K H S L
Decimal 214 186 144 0 0.13 0.33 0.16 36 0.46 0.7
Hex D6 BA 90 0 D 21 10 24 2E 46
Octal 326 272 220 0 15 41 20 44 56 106
Binary 11010110 10111010 10010000 0 1101 100001 10000 100100 101110 1000110

Color Harmonies of #D6BA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA90

Black with #D6BA90

Text Example


Text Example

White with #D6BA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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