Html Css Color HEX #D9AB92 Cashmere

📋 copy color: '#D9AB92'

red 217 ◦ green 171 ◦ blue 146

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

Shades of Cashmere #D9AB92

Tints of Cashmere #D9AB92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.34%

R = 40.64%
G = 32.02%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D9AB92 (or 0xD9AB92) is known color: Cashmere. HEX triplet: D9, AB and 92. RGB value is (217,171,146). Sum of RGB (Red+Green+Blue) = 217+171+146=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AB92 is #26546D. Grayscale: #B6B6B6. Windows color (decimal): -2511982 or 9612249. OLE color: 9612249.

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

Color convert

RGB 217 171 146 -
CMYK 0 0.21 0.33 0.15
HSL 21.13º 0.48% 0.71% -
HSV(B) 21.13º 0.33% 0.85% -
XYZ 48.37 45.95 33.51 -
YUV 181.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 217 171 146 0 0.21 0.33 0.15 21.13 0.48 0.71
Hex D9 AB 92 0 15 21 F 15 30 47
Octal 331 253 222 0 25 41 17 25 60 107
Binary 11011001 10101011 10010010 0 10101 100001 1111 10101 110000 1000111

Color Harmonies of #D9AB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB92

Black with #D9AB92

Text Example


Text Example

White with #D9AB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB92; }

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

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

background-color css

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

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

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

border-color css

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

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

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