Html Css Color HEX #D9AB93 Cashmere

📋 copy color: '#D9AB93'

red 217 ◦ green 171 ◦ blue 147

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

Shades of Cashmere #D9AB93

Tints of Cashmere #D9AB93

RGB

 RED value IS 217 (85.16% from 255) = 40.56%

 GREEN value IS 171 (67.19% from 255) = 31.96%

 BLUE value IS 147 (57.81% from 255) = 27.48%

R = 40.56%
G = 31.96%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D9AB93 (or 0xD9AB93) is known color: Cashmere. HEX triplet: D9, AB and 93. RGB value is (217,171,147). Sum of RGB (Red+Green+Blue) = 217+171+147=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AB93 is #26546C. Grayscale: #B6B6B6. Windows color (decimal): -2511981 or 9677785. OLE color: 9677785.

HSL color Cylindrical-coordinate representation of color #D9AB93: hue angle of 20.57º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9AB93 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 171 147 -
CMYK 0 0.21 0.32 0.15
HSL 20.57º 0.48% 0.71% -
HSV(B) 20.57º 0.32% 0.85% -
XYZ 48.44 45.98 33.93 -
YUV 182.02 108.24 152.95 -
System Red Green Blue C M Y K H S L
Decimal 217 171 147 0 0.21 0.32 0.15 20.57 0.48 0.71
Hex D9 AB 93 0 15 20 F 15 30 47
Octal 331 253 223 0 25 40 17 25 60 107
Binary 11011001 10101011 10010011 0 10101 100000 1111 10101 110000 1000111

Color Harmonies of #D9AB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB93

Black with #D9AB93

Text Example


Text Example

White with #D9AB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB93; }

 p { color: rgb(217,171,147); }

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

background-color css

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

 a { background-color: rgb(217,171,147); }

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

border-color css

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

 span { border-color: rgb(217,171,147); }

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