Html Css Color HEX #D6B896 Cashmere

📋 copy color: '#D6B896'

red 214 ◦ green 184 ◦ blue 150

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

Shades of Cashmere #D6B896

Tints of Cashmere #D6B896

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.58%

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

R = 39.05%
G = 33.58%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D6B896 (or 0xD6B896) is known color: Cashmere. HEX triplet: D6, B8 and 96. RGB value is (214,184,150). Sum of RGB (Red+Green+Blue) = 214+184+150=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 184 (72.27% from 255 or 33.58% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B896 is #294769. Grayscale: #BDBDBD. Windows color (decimal): -2705258 or 9877718. OLE color: 9877718.

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

Color convert

RGB 214 184 150 -
CMYK 0 0.14 0.30 0.16
HSL 31.88º 0.44% 0.71% -
HSV(B) 31.88º 0.3% 0.84% -
XYZ 50.38 50.78 36 -
YUV 189.09 105.94 145.76 -
System Red Green Blue C M Y K H S L
Decimal 214 184 150 0 0.14 0.30 0.16 31.88 0.44 0.71
Hex D6 B8 96 0 E 1E 10 20 2C 47
Octal 326 270 226 0 16 36 20 40 54 107
Binary 11010110 10111000 10010110 0 1110 11110 10000 100000 101100 1000111

Color Harmonies of #D6B896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B896

Black with #D6B896

Text Example


Text Example

White with #D6B896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B896; }

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

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

background-color css

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

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

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

border-color css

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

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

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