Html Css Color HEX #D5B48E Tan

📋 copy color: '#D5B48E'

red 213 ◦ green 180 ◦ blue 142

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

Shades of Tan #D5B48E

Tints of Tan #D5B48E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.64%

 BLUE value IS 142 (55.86% from 255) = 26.54%

R = 39.81%
G = 33.64%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5B48E (or 0xD5B48E) is known color: Tan. HEX triplet: D5, B4 and 8E. RGB value is (213,180,142). Sum of RGB (Red+Green+Blue) = 213+180+142=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B48E is #2A4B71. Grayscale: #B9B9B9. Windows color (decimal): -2771826 or 9352405. OLE color: 9352405.

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

Color convert

RGB 213 180 142 -
CMYK 0 0.15 0.33 0.16
HSL 32.11º 0.46% 0.7% -
HSV(B) 32.11º 0.33% 0.84% -
XYZ 48.64 48.74 32.44 -
YUV 185.54 103.43 147.59 -
System Red Green Blue C M Y K H S L
Decimal 213 180 142 0 0.15 0.33 0.16 32.11 0.46 0.7
Hex D5 B4 8E 0 F 21 10 20 2E 46
Octal 325 264 216 0 17 41 20 40 56 106
Binary 11010101 10110100 10001110 0 1111 100001 10000 100000 101110 1000110

Color Harmonies of #D5B48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B48E

Black with #D5B48E

Text Example


Text Example

White with #D5B48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B48E; }

 p { color: rgb(213,180,142); }

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

background-color css

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

 a { background-color: rgb(213,180,142); }

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

border-color css

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

 span { border-color: rgb(213,180,142); }

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