Html Css Color HEX #D6AD90 Cashmere

📋 copy color: '#D6AD90'

red 214 ◦ green 173 ◦ blue 144

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

Shades of Cashmere #D6AD90

Tints of Cashmere #D6AD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.12%

R = 40.3%
G = 32.58%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6AD90 (or 0xD6AD90) is known color: Cashmere. HEX triplet: D6, AD and 90. RGB value is (214,173,144). Sum of RGB (Red+Green+Blue) = 214+173+144=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AD90 is #29526F. Grayscale: #B6B6B6. Windows color (decimal): -2708080 or 9481686. OLE color: 9481686.

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

Color convert

RGB 214 173 144 -
CMYK 0 0.19 0.33 0.16
HSL 24.86º 0.46% 0.7% -
HSV(B) 24.86º 0.33% 0.84% -
XYZ 47.71 46.2 32.79 -
YUV 181.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 214 173 144 0 0.19 0.33 0.16 24.86 0.46 0.7
Hex D6 AD 90 0 13 21 10 19 2E 46
Octal 326 255 220 0 23 41 20 31 56 106
Binary 11010110 10101101 10010000 0 10011 100001 10000 11001 101110 1000110

Color Harmonies of #D6AD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD90

Black with #D6AD90

Text Example


Text Example

White with #D6AD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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