Html Css Color HEX #D2B488 Tan

📋 copy color: '#D2B488'

red 210 ◦ green 180 ◦ blue 136

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

Shades of Tan #D2B488

Tints of Tan #D2B488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.86%

R = 39.92%
G = 34.22%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D2B488 (or 0xD2B488) is known color: Tan. HEX triplet: D2, B4 and 88. RGB value is (210,180,136). Sum of RGB (Red+Green+Blue) = 210+180+136=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 136 (53.52% from 255 or 25.86% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B488 is #2D4B77. Grayscale: #B8B8B8. Windows color (decimal): -2968440 or 8959186. OLE color: 8959186.

HSL color Cylindrical-coordinate representation of color #D2B488: hue angle of 35.68º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2B488 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 180 136 -
CMYK 0 0.14 0.35 0.18
HSL 35.68º 0.45% 0.68% -
HSV(B) 35.68º 0.35% 0.82% -
XYZ 47.34 48.12 30.09 -
YUV 183.95 100.94 146.58 -
System Red Green Blue C M Y K H S L
Decimal 210 180 136 0 0.14 0.35 0.18 35.68 0.45 0.68
Hex D2 B4 88 0 E 23 12 24 2D 44
Octal 322 264 210 0 16 43 22 44 55 104
Binary 11010010 10110100 10001000 0 1110 100011 10010 100100 101101 1000100

Color Harmonies of #D2B488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B488

Black with #D2B488

Text Example


Text Example

White with #D2B488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B488; }

 p { color: rgb(210,180,136); }

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

background-color css

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

 a { background-color: rgb(210,180,136); }

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

border-color css

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

 span { border-color: rgb(210,180,136); }

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