Html Css Color HEX #D6BB9E Cashmere

📋 copy color: '#D6BB9E'

red 214 ◦ green 187 ◦ blue 158

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

Shades of Cashmere #D6BB9E

Tints of Cashmere #D6BB9E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.45%

 BLUE value IS 158 (62.11% from 255) = 28.26%

R = 38.28%
G = 33.45%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6BB9E (or 0xD6BB9E) is known color: Cashmere. HEX triplet: D6, BB and 9E. RGB value is (214,187,158). Sum of RGB (Red+Green+Blue) = 214+187+158=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BB9E is #294461. Grayscale: #BFBFBF. Windows color (decimal): -2704482 or 10402774. OLE color: 10402774.

HSL color Cylindrical-coordinate representation of color #D6BB9E: hue angle of 31.07º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6BB9E is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 187 158 -
CMYK 0 0.13 0.26 0.16
HSL 31.07º 0.41% 0.73% -
HSV(B) 31.07º 0.26% 0.84% -
XYZ 51.67 52.31 39.72 -
YUV 191.77 108.95 143.86 -
System Red Green Blue C M Y K H S L
Decimal 214 187 158 0 0.13 0.26 0.16 31.07 0.41 0.73
Hex D6 BB 9E 0 D 1A 10 1F 29 49
Octal 326 273 236 0 15 32 20 37 51 111
Binary 11010110 10111011 10011110 0 1101 11010 10000 11111 101001 1001001

Color Harmonies of #D6BB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BB9E

Black with #D6BB9E

Text Example


Text Example

White with #D6BB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BB9E; }

 p { color: rgb(214,187,158); }

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

background-color css

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

 a { background-color: rgb(214,187,158); }

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

border-color css

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

 span { border-color: rgb(214,187,158); }

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