Html Css Color HEX #D6AD96 Cashmere

📋 copy color: '#D6AD96'

red 214 ◦ green 173 ◦ blue 150

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

Shades of Cashmere #D6AD96

Tints of Cashmere #D6AD96

RGB

 RED value IS 214 (83.98% from 255) = 39.85%

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

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

R = 39.85%
G = 32.22%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D6AD96 (or 0xD6AD96) is known color: Cashmere. HEX triplet: D6, AD and 96. RGB value is (214,173,150). Sum of RGB (Red+Green+Blue) = 214+173+150=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AD96 is #295269. Grayscale: #B6B6B6. Windows color (decimal): -2708074 or 9874902. OLE color: 9874902.

HSL color Cylindrical-coordinate representation of color #D6AD96: hue angle of 21.56º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6AD96 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 173 150 -
CMYK 0 0.19 0.30 0.16
HSL 21.56º 0.44% 0.71% -
HSV(B) 21.56º 0.3% 0.84% -
XYZ 48.18 46.39 35.27 -
YUV 182.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 214 173 150 0 0.19 0.30 0.16 21.56 0.44 0.71
Hex D6 AD 96 0 13 1E 10 16 2C 47
Octal 326 255 226 0 23 36 20 26 54 107
Binary 11010110 10101101 10010110 0 10011 11110 10000 10110 101100 1000111

Color Harmonies of #D6AD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD96

Black with #D6AD96

Text Example


Text Example

White with #D6AD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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