Html Css Color HEX #D2B990 Tan

📋 copy color: '#D2B990'

red 210 ◦ green 185 ◦ blue 144

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

Shades of Tan #D2B990

Tints of Tan #D2B990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.72%

R = 38.96%
G = 34.32%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D2B990 (or 0xD2B990) is known color: Tan. HEX triplet: D2, B9 and 90. RGB value is (210,185,144). Sum of RGB (Red+Green+Blue) = 210+185+144=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B990 is #2D466F. Grayscale: #BBBBBB. Windows color (decimal): -2967152 or 9484754. OLE color: 9484754.

HSL color Cylindrical-coordinate representation of color #D2B990: hue angle of 37.27º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2B990 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 185 144 -
CMYK 0 0.12 0.31 0.18
HSL 37.27º 0.42% 0.69% -
HSV(B) 37.27º 0.31% 0.82% -
XYZ 48.96 50.41 33.54 -
YUV 187.8 103.28 143.83 -
System Red Green Blue C M Y K H S L
Decimal 210 185 144 0 0.12 0.31 0.18 37.27 0.42 0.69
Hex D2 B9 90 0 C 1F 12 25 2A 45
Octal 322 271 220 0 14 37 22 45 52 105
Binary 11010010 10111001 10010000 0 1100 11111 10010 100101 101010 1000101

Color Harmonies of #D2B990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B990

Black with #D2B990

Text Example


Text Example

White with #D2B990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B990; }

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

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

background-color css

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

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

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

border-color css

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

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

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