Html Css Color HEX #D9AC90 Cashmere

📋 copy color: '#D9AC90'

red 217 ◦ green 172 ◦ blue 144

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

Shades of Cashmere #D9AC90

Tints of Cashmere #D9AC90

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.27%

 BLUE value IS 144 (56.64% from 255) = 27.02%

R = 40.71%
G = 32.27%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9AC90 (or 0xD9AC90) is known color: Cashmere. HEX triplet: D9, AC and 90. RGB value is (217,172,144). Sum of RGB (Red+Green+Blue) = 217+172+144=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AC90 is #26536F. Grayscale: #B6B6B6. Windows color (decimal): -2511728 or 9481433. OLE color: 9481433.

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

Color convert

RGB 217 172 144 -
CMYK 0 0.21 0.34 0.15
HSL 23.01º 0.49% 0.71% -
HSV(B) 23.01º 0.34% 0.85% -
XYZ 48.4 46.27 32.77 -
YUV 182.26 106.41 152.78 -
System Red Green Blue C M Y K H S L
Decimal 217 172 144 0 0.21 0.34 0.15 23.01 0.49 0.71
Hex D9 AC 90 0 15 22 F 17 31 47
Octal 331 254 220 0 25 42 17 27 61 107
Binary 11011001 10101100 10010000 0 10101 100010 1111 10111 110001 1000111

Color Harmonies of #D9AC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC90

Black with #D9AC90

Text Example


Text Example

White with #D9AC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC90; }

 p { color: rgb(217,172,144); }

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

background-color css

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

 a { background-color: rgb(217,172,144); }

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

border-color css

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

 span { border-color: rgb(217,172,144); }

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