Html Css Color HEX #D5BA92 Tan

📋 copy color: '#D5BA92'

red 213 ◦ green 186 ◦ blue 146

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

Shades of Tan #D5BA92

Tints of Tan #D5BA92

RGB

 RED value IS 213 (83.59% from 255) = 39.08%

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

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

R = 39.08%
G = 34.13%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5BA92 (or 0xD5BA92) is known color: Tan. HEX triplet: D5, BA and 92. RGB value is (213,186,146). Sum of RGB (Red+Green+Blue) = 213+186+146=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BA92 is #2A456D. Grayscale: #BDBDBD. Windows color (decimal): -2770286 or 9616085. OLE color: 9616085.

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

Color convert

RGB 213 186 146 -
CMYK 0 0.13 0.31 0.16
HSL 35.82º 0.44% 0.7% -
HSV(B) 35.82º 0.31% 0.84% -
XYZ 50.19 51.34 34.46 -
YUV 189.51 103.45 144.75 -
System Red Green Blue C M Y K H S L
Decimal 213 186 146 0 0.13 0.31 0.16 35.82 0.44 0.7
Hex D5 BA 92 0 D 1F 10 24 2C 46
Octal 325 272 222 0 15 37 20 44 54 106
Binary 11010101 10111010 10010010 0 1101 11111 10000 100100 101100 1000110

Color Harmonies of #D5BA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA92

Black with #D5BA92

Text Example


Text Example

White with #D5BA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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