Html Css Color HEX #D1B2A1 Cashmere

📋 copy color: '#D1B2A1'

red 209 ◦ green 178 ◦ blue 161

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

Shades of Cashmere #D1B2A1

Tints of Cashmere #D1B2A1

RGB

 RED value IS 209 (82.03% from 255) = 38.14%

 GREEN value IS 178 (69.92% from 255) = 32.48%

 BLUE value IS 161 (63.28% from 255) = 29.38%

R = 38.14%
G = 32.48%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D1B2A1 (or 0xD1B2A1) is known color: Cashmere. HEX triplet: D1, B2 and A1. RGB value is (209,178,161). Sum of RGB (Red+Green+Blue) = 209+178+161=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 178 (69.92% from 255 or 32.48% from 548); Blue value is 161 (63.28% from 255 or 29.38% from 548); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B2A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B2A1 is #2E4D5E. Grayscale: #B9B9B9. Windows color (decimal): -3034463 or 10597073. OLE color: 10597073.

HSL color Cylindrical-coordinate representation of color #D1B2A1: hue angle of 21.25º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1B2A1 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 178 161 -
CMYK 0 0.15 0.23 0.18
HSL 21.25º 0.34% 0.73% -
HSV(B) 21.25º 0.23% 0.82% -
XYZ 48.65 47.97 40.41 -
YUV 185.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 209 178 161 0 0.15 0.23 0.18 21.25 0.34 0.73
Hex D1 B2 A1 0 F 17 12 15 22 49
Octal 321 262 241 0 17 27 22 25 42 111
Binary 11010001 10110010 10100001 0 1111 10111 10010 10101 100010 1001001

Color Harmonies of #D1B2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B2A1

Black with #D1B2A1

Text Example


Text Example

White with #D1B2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B2A1; }

 p { color: rgb(209,178,161); }

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

background-color css

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

 a { background-color: rgb(209,178,161); }

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

border-color css

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

 span { border-color: rgb(209,178,161); }

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