Html Css Color HEX #D2B993 Tan

📋 copy color: '#D2B993'

red 210 ◦ green 185 ◦ blue 147

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

Shades of Tan #D2B993

Tints of Tan #D2B993

RGB

 RED value IS 210 (82.42% from 255) = 38.75%

 GREEN value IS 185 (72.66% from 255) = 34.13%

 BLUE value IS 147 (57.81% from 255) = 27.12%

R = 38.75%
G = 34.13%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D2B993 (or 0xD2B993) is known color: Tan. HEX triplet: D2, B9 and 93. RGB value is (210,185,147). Sum of RGB (Red+Green+Blue) = 210+185+147=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B993 is #2D466C. Grayscale: #BCBCBC. Windows color (decimal): -2967149 or 9681362. OLE color: 9681362.

HSL color Cylindrical-coordinate representation of color #D2B993: hue angle of 36.19º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2B993 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 185 147 -
CMYK 0 0.12 0.30 0.18
HSL 36.19º 0.41% 0.7% -
HSV(B) 36.19º 0.3% 0.82% -
XYZ 49.19 50.51 34.76 -
YUV 188.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 210 185 147 0 0.12 0.30 0.18 36.19 0.41 0.7
Hex D2 B9 93 0 C 1E 12 24 29 46
Octal 322 271 223 0 14 36 22 44 51 106
Binary 11010010 10111001 10010011 0 1100 11110 10010 100100 101001 1000110

Color Harmonies of #D2B993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B993

Black with #D2B993

Text Example


Text Example

White with #D2B993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B993; }

 p { color: rgb(210,185,147); }

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

background-color css

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

 a { background-color: rgb(210,185,147); }

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

border-color css

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

 span { border-color: rgb(210,185,147); }

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