Html Css Color HEX #D9AD94 Cashmere

📋 copy color: '#D9AD94'

red 217 ◦ green 173 ◦ blue 148

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

Shades of Cashmere #D9AD94

Tints of Cashmere #D9AD94

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.16%

 BLUE value IS 148 (58.2% from 255) = 27.51%

R = 40.33%
G = 32.16%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D9AD94 (or 0xD9AD94) is known color: Cashmere. HEX triplet: D9, AD and 94. RGB value is (217,173,148). Sum of RGB (Red+Green+Blue) = 217+173+148=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AD94 is #26526B. Grayscale: #B7B7B7. Windows color (decimal): -2511468 or 9743833. OLE color: 9743833.

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

Color convert

RGB 217 173 148 -
CMYK 0 0.20 0.32 0.15
HSL 21.74º 0.48% 0.72% -
HSV(B) 21.74º 0.32% 0.85% -
XYZ 48.9 46.78 34.47 -
YUV 183.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 217 173 148 0 0.20 0.32 0.15 21.74 0.48 0.72
Hex D9 AD 94 0 14 20 F 16 30 48
Octal 331 255 224 0 24 40 17 26 60 110
Binary 11011001 10101101 10010100 0 10100 100000 1111 10110 110000 1001000

Color Harmonies of #D9AD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AD94

Black with #D9AD94

Text Example


Text Example

White with #D9AD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AD94; }

 p { color: rgb(217,173,148); }

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

background-color css

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

 a { background-color: rgb(217,173,148); }

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

border-color css

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

 span { border-color: rgb(217,173,148); }

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