Html Css Color HEX #D6AD94 Cashmere

📋 copy color: '#D6AD94'

red 214 ◦ green 173 ◦ blue 148

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

Shades of Cashmere #D6AD94

Tints of Cashmere #D6AD94

RGB

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

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

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

R = 40%
G = 32.34%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D6AD94 (or 0xD6AD94) is known color: Cashmere. HEX triplet: D6, AD and 94. RGB value is (214,173,148). Sum of RGB (Red+Green+Blue) = 214+173+148=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AD94 is #29526B. Grayscale: #B6B6B6. Windows color (decimal): -2708076 or 9743830. OLE color: 9743830.

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

Color convert

RGB 214 173 148 -
CMYK 0 0.19 0.31 0.16
HSL 22.73º 0.45% 0.71% -
HSV(B) 22.73º 0.31% 0.84% -
XYZ 48.02 46.32 34.43 -
YUV 182.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 214 173 148 0 0.19 0.31 0.16 22.73 0.45 0.71
Hex D6 AD 94 0 13 1F 10 17 2D 47
Octal 326 255 224 0 23 37 20 27 55 107
Binary 11010110 10101101 10010100 0 10011 11111 10000 10111 101101 1000111

Color Harmonies of #D6AD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD94

Black with #D6AD94

Text Example


Text Example

White with #D6AD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD94; }

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

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

background-color css

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

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

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

border-color css

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

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

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