Html Css Color HEX #D5B08D Tan

📋 copy color: '#D5B08D'

red 213 ◦ green 176 ◦ blue 141

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

Shades of Tan #D5B08D

Tints of Tan #D5B08D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.21%

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

R = 40.19%
G = 33.21%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5B08D (or 0xD5B08D) is known color: Tan. HEX triplet: D5, B0 and 8D. RGB value is (213,176,141). Sum of RGB (Red+Green+Blue) = 213+176+141=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B08D is #2A4F72. Grayscale: #B7B7B7. Windows color (decimal): -2772851 or 9285845. OLE color: 9285845.

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

Color convert

RGB 213 176 141 -
CMYK 0 0.17 0.34 0.16
HSL 29.17º 0.46% 0.69% -
HSV(B) 29.17º 0.34% 0.84% -
XYZ 47.77 47.12 31.78 -
YUV 183.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 213 176 141 0 0.17 0.34 0.16 29.17 0.46 0.69
Hex D5 B0 8D 0 11 22 10 1D 2E 45
Octal 325 260 215 0 21 42 20 35 56 105
Binary 11010101 10110000 10001101 0 10001 100010 10000 11101 101110 1000101

Color Harmonies of #D5B08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B08D

Black with #D5B08D

Text Example


Text Example

White with #D5B08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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