Html Css Color HEX #D6BB9F Cashmere

📋 copy color: '#D6BB9F'

red 214 ◦ green 187 ◦ blue 159

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

Shades of Cashmere #D6BB9F

Tints of Cashmere #D6BB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.39%

R = 38.21%
G = 33.39%
B = 28.39%

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

#D6BB9F (or 0xD6BB9F) is known color: Cashmere. HEX triplet: D6, BB and 9F. RGB value is (214,187,159). Sum of RGB (Red+Green+Blue) = 214+187+159=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 159 (62.5% from 255 or 28.39% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BB9F is #294460. Grayscale: #C0C0C0. Windows color (decimal): -2704481 or 10468310. OLE color: 10468310.

HSL color Cylindrical-coordinate representation of color #D6BB9F: hue angle of 30.55º degrees, saturation: 0.4, 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 #D6BB9F is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 187 159 -
CMYK 0 0.13 0.26 0.16
HSL 30.55º 0.4% 0.73% -
HSV(B) 30.55º 0.26% 0.84% -
XYZ 51.76 52.34 40.18 -
YUV 191.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 214 187 159 0 0.13 0.26 0.16 30.55 0.4 0.73
Hex D6 BB 9F 0 D 1A 10 1F 28 49
Octal 326 273 237 0 15 32 20 37 50 111
Binary 11010110 10111011 10011111 0 1101 11010 10000 11111 101000 1001001

Color Harmonies of #D6BB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BB9F

Black with #D6BB9F

Text Example


Text Example

White with #D6BB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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