Html Css Color HEX #D6AD8E Cashmere

📋 copy color: '#D6AD8E'

red 214 ◦ green 173 ◦ blue 142

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

Shades of Cashmere #D6AD8E

Tints of Cashmere #D6AD8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.84%

R = 40.45%
G = 32.7%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6AD8E (or 0xD6AD8E) is known color: Cashmere. HEX triplet: D6, AD and 8E. RGB value is (214,173,142). Sum of RGB (Red+Green+Blue) = 214+173+142=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AD8E is #295271. Grayscale: #B5B5B5. Windows color (decimal): -2708082 or 9350614. OLE color: 9350614.

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

Color convert

RGB 214 173 142 -
CMYK 0 0.19 0.34 0.16
HSL 25.83º 0.47% 0.7% -
HSV(B) 25.83º 0.34% 0.84% -
XYZ 47.56 46.14 31.99 -
YUV 181.73 105.58 151.02 -
System Red Green Blue C M Y K H S L
Decimal 214 173 142 0 0.19 0.34 0.16 25.83 0.47 0.7
Hex D6 AD 8E 0 13 22 10 1A 2F 46
Octal 326 255 216 0 23 42 20 32 57 106
Binary 11010110 10101101 10001110 0 10011 100010 10000 11010 101111 1000110

Color Harmonies of #D6AD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD8E

Black with #D6AD8E

Text Example


Text Example

White with #D6AD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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