Html Css Color HEX #D6AD93 Cashmere

📋 copy color: '#D6AD93'

red 214 ◦ green 173 ◦ blue 147

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

Shades of Cashmere #D6AD93

Tints of Cashmere #D6AD93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.53%

R = 40.07%
G = 32.4%
B = 27.53%

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

#D6AD93 (or 0xD6AD93) is known color: Cashmere. HEX triplet: D6, AD and 93. RGB value is (214,173,147). Sum of RGB (Red+Green+Blue) = 214+173+147=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AD93 is #29526C. Grayscale: #B6B6B6. Windows color (decimal): -2708077 or 9678294. OLE color: 9678294.

HSL color Cylindrical-coordinate representation of color #D6AD93: hue angle of 23.28º 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 #D6AD93 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 173 147 -
CMYK 0 0.19 0.31 0.16
HSL 23.28º 0.45% 0.71% -
HSV(B) 23.28º 0.31% 0.84% -
XYZ 47.94 46.29 34.01 -
YUV 182.3 108.08 150.61 -
System Red Green Blue C M Y K H S L
Decimal 214 173 147 0 0.19 0.31 0.16 23.28 0.45 0.71
Hex D6 AD 93 0 13 1F 10 17 2D 47
Octal 326 255 223 0 23 37 20 27 55 107
Binary 11010110 10101101 10010011 0 10011 11111 10000 10111 101101 1000111

Color Harmonies of #D6AD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD93

Black with #D6AD93

Text Example


Text Example

White with #D6AD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD93; }

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

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

background-color css

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

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

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

border-color css

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

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

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