Html Css Color HEX #D1AE9B Cashmere

📋 copy color: '#D1AE9B'

red 209 ◦ green 174 ◦ blue 155

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

Shades of Cashmere #D1AE9B

Tints of Cashmere #D1AE9B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.34%

 BLUE value IS 155 (60.94% from 255) = 28.81%

R = 38.85%
G = 32.34%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D1AE9B (or 0xD1AE9B) is known color: Cashmere. HEX triplet: D1, AE and 9B. RGB value is (209,174,155). Sum of RGB (Red+Green+Blue) = 209+174+155=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AE9B is #2E5164. Grayscale: #B6B6B6. Windows color (decimal): -3035493 or 10202833. OLE color: 10202833.

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

Color convert

RGB 209 174 155 -
CMYK 0 0.17 0.26 0.18
HSL 21.11º 0.37% 0.71% -
HSV(B) 21.11º 0.26% 0.82% -
XYZ 47.35 46.19 37.43 -
YUV 182.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 209 174 155 0 0.17 0.26 0.18 21.11 0.37 0.71
Hex D1 AE 9B 0 11 1A 12 15 25 47
Octal 321 256 233 0 21 32 22 25 45 107
Binary 11010001 10101110 10011011 0 10001 11010 10010 10101 100101 1000111

Color Harmonies of #D1AE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AE9B

Black with #D1AE9B

Text Example


Text Example

White with #D1AE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AE9B; }

 p { color: rgb(209,174,155); }

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

background-color css

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

 a { background-color: rgb(209,174,155); }

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

border-color css

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

 span { border-color: rgb(209,174,155); }

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