Html Css Color HEX #D2B190 Tan

📋 copy color: '#D2B190'

red 210 ◦ green 177 ◦ blue 144

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

Shades of Tan #D2B190

Tints of Tan #D2B190

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.33%

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

R = 39.55%
G = 33.33%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D2B190 (or 0xD2B190) is known color: Tan. HEX triplet: D2, B1 and 90. RGB value is (210,177,144). Sum of RGB (Red+Green+Blue) = 210+177+144=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B190 is #2D4E6F. Grayscale: #B7B7B7. Windows color (decimal): -2969200 or 9482706. OLE color: 9482706.

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

Color convert

RGB 210 177 144 -
CMYK 0 0.16 0.31 0.18
HSL 30º 0.42% 0.69% -
HSV(B) 30º 0.31% 0.82% -
XYZ 47.33 47.16 32.99 -
YUV 183.11 105.93 147.18 -
System Red Green Blue C M Y K H S L
Decimal 210 177 144 0 0.16 0.31 0.18 30 0.42 0.69
Hex D2 B1 90 0 10 1F 12 1E 2A 45
Octal 322 261 220 0 20 37 22 36 52 105
Binary 11010010 10110001 10010000 0 10000 11111 10010 11110 101010 1000101

Color Harmonies of #D2B190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B190

Black with #D2B190

Text Example


Text Example

White with #D2B190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B190; }

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

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

background-color css

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

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

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

border-color css

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

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

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