Html Css Color HEX #D5B28E Tan

📋 copy color: '#D5B28E'

red 213 ◦ green 178 ◦ blue 142

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

Shades of Tan #D5B28E

Tints of Tan #D5B28E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.4%

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

R = 39.96%
G = 33.4%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5B28E (or 0xD5B28E) is known color: Tan. HEX triplet: D5, B2 and 8E. RGB value is (213,178,142). Sum of RGB (Red+Green+Blue) = 213+178+142=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B28E is #2A4D71. Grayscale: #B8B8B8. Windows color (decimal): -2772338 or 9351893. OLE color: 9351893.

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

Color convert

RGB 213 178 142 -
CMYK 0 0.16 0.33 0.16
HSL 30.42º 0.46% 0.7% -
HSV(B) 30.42º 0.33% 0.84% -
XYZ 48.24 47.94 32.3 -
YUV 184.36 104.1 148.43 -
System Red Green Blue C M Y K H S L
Decimal 213 178 142 0 0.16 0.33 0.16 30.42 0.46 0.7
Hex D5 B2 8E 0 10 21 10 1E 2E 46
Octal 325 262 216 0 20 41 20 36 56 106
Binary 11010101 10110010 10001110 0 10000 100001 10000 11110 101110 1000110

Color Harmonies of #D5B28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B28E

Black with #D5B28E

Text Example


Text Example

White with #D5B28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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