Html Css Color HEX #D6B49F Cashmere

📋 copy color: '#D6B49F'

red 214 ◦ green 180 ◦ blue 159

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

Shades of Cashmere #D6B49F

Tints of Cashmere #D6B49F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.55%

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

R = 38.7%
G = 32.55%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6B49F (or 0xD6B49F) is known color: Cashmere. HEX triplet: D6, B4 and 9F. RGB value is (214,180,159). Sum of RGB (Red+Green+Blue) = 214+180+159=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 159 (62.5% from 255 or 28.75% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B49F is #294B60. Grayscale: #BBBBBB. Windows color (decimal): -2706273 or 10466518. OLE color: 10466518.

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

Color convert

RGB 214 180 159 -
CMYK 0 0.16 0.26 0.16
HSL 22.91º 0.4% 0.73% -
HSV(B) 22.91º 0.26% 0.84% -
XYZ 50.31 49.44 39.69 -
YUV 187.77 111.76 146.71 -
System Red Green Blue C M Y K H S L
Decimal 214 180 159 0 0.16 0.26 0.16 22.91 0.4 0.73
Hex D6 B4 9F 0 10 1A 10 17 28 49
Octal 326 264 237 0 20 32 20 27 50 111
Binary 11010110 10110100 10011111 0 10000 11010 10000 10111 101000 1001001

Color Harmonies of #D6B49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B49F

Black with #D6B49F

Text Example


Text Example

White with #D6B49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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