Html Css Color HEX #D6B99F Cashmere

📋 copy color: '#D6B99F'

red 214 ◦ green 185 ◦ blue 159

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

Shades of Cashmere #D6B99F

Tints of Cashmere #D6B99F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.15%

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

R = 38.35%
G = 33.15%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6B99F (or 0xD6B99F) is known color: Cashmere. HEX triplet: D6, B9 and 9F. RGB value is (214,185,159). Sum of RGB (Red+Green+Blue) = 214+185+159=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B99F is #294660. Grayscale: #BEBEBE. Windows color (decimal): -2704993 or 10467798. OLE color: 10467798.

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

Color convert

RGB 214 185 159 -
CMYK 0 0.14 0.26 0.16
HSL 28.36º 0.4% 0.73% -
HSV(B) 28.36º 0.26% 0.84% -
XYZ 51.34 51.5 40.04 -
YUV 190.71 110.11 144.61 -
System Red Green Blue C M Y K H S L
Decimal 214 185 159 0 0.14 0.26 0.16 28.36 0.4 0.73
Hex D6 B9 9F 0 E 1A 10 1C 28 49
Octal 326 271 237 0 16 32 20 34 50 111
Binary 11010110 10111001 10011111 0 1110 11010 10000 11100 101000 1001001

Color Harmonies of #D6B99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B99F

Black with #D6B99F

Text Example


Text Example

White with #D6B99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B99F; }

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

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

background-color css

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

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

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

border-color css

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

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

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