Html Css Color HEX #D1B19A Cashmere

📋 copy color: '#D1B19A'

red 209 ◦ green 177 ◦ blue 154

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

Shades of Cashmere #D1B19A

Tints of Cashmere #D1B19A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.52%

R = 38.7%
G = 32.78%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D1B19A (or 0xD1B19A) is known color: Cashmere. HEX triplet: D1, B1 and 9A. RGB value is (209,177,154). Sum of RGB (Red+Green+Blue) = 209+177+154=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B19A is #2E4E65. Grayscale: #B8B8B8. Windows color (decimal): -3034726 or 10138065. OLE color: 10138065.

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

Color convert

RGB 209 177 154 -
CMYK 0 0.15 0.26 0.18
HSL 25.09º 0.37% 0.71% -
HSV(B) 25.09º 0.26% 0.82% -
XYZ 47.85 47.33 37.19 -
YUV 183.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 209 177 154 0 0.15 0.26 0.18 25.09 0.37 0.71
Hex D1 B1 9A 0 F 1A 12 19 25 47
Octal 321 261 232 0 17 32 22 31 45 107
Binary 11010001 10110001 10011010 0 1111 11010 10010 11001 100101 1000111

Color Harmonies of #D1B19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B19A

Black with #D1B19A

Text Example


Text Example

White with #D1B19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B19A; }

 p { color: rgb(209,177,154); }

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

background-color css

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

 a { background-color: rgb(209,177,154); }

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

border-color css

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

 span { border-color: rgb(209,177,154); }

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