Html Css Color HEX #D1A991 Cashmere

📋 copy color: '#D1A991'

red 209 ◦ green 169 ◦ blue 145

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

Shades of Cashmere #D1A991

Tints of Cashmere #D1A991

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.31%

 BLUE value IS 145 (57.03% from 255) = 27.72%

R = 39.96%
G = 32.31%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D1A991 (or 0xD1A991) is known color: Cashmere. HEX triplet: D1, A9 and 91. RGB value is (209,169,145). Sum of RGB (Red+Green+Blue) = 209+169+145=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A991 is #2E566E. Grayscale: #B2B2B2. Windows color (decimal): -3036783 or 9546193. OLE color: 9546193.

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

Color convert

RGB 209 169 145 -
CMYK 0 0.19 0.31 0.18
HSL 22.5º 0.41% 0.69% -
HSV(B) 22.5º 0.31% 0.82% -
XYZ 45.59 43.98 32.87 -
YUV 178.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 209 169 145 0 0.19 0.31 0.18 22.5 0.41 0.69
Hex D1 A9 91 0 13 1F 12 16 29 45
Octal 321 251 221 0 23 37 22 26 51 105
Binary 11010001 10101001 10010001 0 10011 11111 10010 10110 101001 1000101

Color Harmonies of #D1A991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A991

Black with #D1A991

Text Example


Text Example

White with #D1A991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A991; }

 p { color: rgb(209,169,145); }

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

background-color css

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

 a { background-color: rgb(209,169,145); }

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

border-color css

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

 span { border-color: rgb(209,169,145); }

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