Html Css Color HEX #D5B28D Tan

📋 copy color: '#D5B28D'

red 213 ◦ green 178 ◦ blue 141

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

Shades of Tan #D5B28D

Tints of Tan #D5B28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.5%

R = 40.04%
G = 33.46%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5B28D (or 0xD5B28D) is known color: Tan. HEX triplet: D5, B2 and 8D. RGB value is (213,178,141). Sum of RGB (Red+Green+Blue) = 213+178+141=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B28D is #2A4D72. Grayscale: #B8B8B8. Windows color (decimal): -2772339 or 9286357. OLE color: 9286357.

HSL color Cylindrical-coordinate representation of color #D5B28D: hue angle of 30.83º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5B28D is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 178 141 -
CMYK 0 0.16 0.34 0.16
HSL 30.83º 0.46% 0.69% -
HSV(B) 30.83º 0.34% 0.84% -
XYZ 48.17 47.91 31.91 -
YUV 184.25 103.6 148.51 -
System Red Green Blue C M Y K H S L
Decimal 213 178 141 0 0.16 0.34 0.16 30.83 0.46 0.69
Hex D5 B2 8D 0 10 22 10 1F 2E 45
Octal 325 262 215 0 20 42 20 37 56 105
Binary 11010101 10110010 10001101 0 10000 100010 10000 11111 101110 1000101

Color Harmonies of #D5B28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B28D

Black with #D5B28D

Text Example


Text Example

White with #D5B28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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