Html Css Color HEX #D1AD96 Cashmere

📋 copy color: '#D1AD96'

red 209 ◦ green 173 ◦ blue 150

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

Shades of Cashmere #D1AD96

Tints of Cashmere #D1AD96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.2%

R = 39.29%
G = 32.52%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D1AD96 (or 0xD1AD96) is known color: Cashmere. HEX triplet: D1, AD and 96. RGB value is (209,173,150). Sum of RGB (Red+Green+Blue) = 209+173+150=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AD96 is #2E5269. Grayscale: #B5B5B5. Windows color (decimal): -3035754 or 9874897. OLE color: 9874897.

HSL color Cylindrical-coordinate representation of color #D1AD96: hue angle of 23.39º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1AD96 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 173 150 -
CMYK 0 0.17 0.28 0.18
HSL 23.39º 0.39% 0.7% -
HSV(B) 23.39º 0.28% 0.82% -
XYZ 46.74 45.64 35.2 -
YUV 181.14 110.43 147.87 -
System Red Green Blue C M Y K H S L
Decimal 209 173 150 0 0.17 0.28 0.18 23.39 0.39 0.7
Hex D1 AD 96 0 11 1C 12 17 27 46
Octal 321 255 226 0 21 34 22 27 47 106
Binary 11010001 10101101 10010110 0 10001 11100 10010 10111 100111 1000110

Color Harmonies of #D1AD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AD96

Black with #D1AD96

Text Example


Text Example

White with #D1AD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AD96; }

 p { color: rgb(209,173,150); }

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

background-color css

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

 a { background-color: rgb(209,173,150); }

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

border-color css

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

 span { border-color: rgb(209,173,150); }

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