Html Css Color HEX #D7B89F Cashmere

📋 copy color: '#D7B89F'

red 215 ◦ green 184 ◦ blue 159

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

Shades of Cashmere #D7B89F

Tints of Cashmere #D7B89F

RGB

 RED value IS 215 (84.38% from 255) = 38.53%

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

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

R = 38.53%
G = 32.97%
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

#D7B89F (or 0xD7B89F) is known color: Cashmere. HEX triplet: D7, B8 and 9F. RGB value is (215,184,159). Sum of RGB (Red+Green+Blue) = 215+184+159=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B89F is #284760. Grayscale: #BEBEBE. Windows color (decimal): -2639713 or 10467543. OLE color: 10467543.

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

Color convert

RGB 215 184 159 -
CMYK 0 0.14 0.26 0.16
HSL 26.79º 0.41% 0.73% -
HSV(B) 26.79º 0.26% 0.84% -
XYZ 51.42 51.23 39.98 -
YUV 190.42 110.27 145.53 -
System Red Green Blue C M Y K H S L
Decimal 215 184 159 0 0.14 0.26 0.16 26.79 0.41 0.73
Hex D7 B8 9F 0 E 1A 10 1B 29 49
Octal 327 270 237 0 16 32 20 33 51 111
Binary 11010111 10111000 10011111 0 1110 11010 10000 11011 101001 1001001

Color Harmonies of #D7B89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B89F

Black with #D7B89F

Text Example


Text Example

White with #D7B89F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B89F; }

 p { color: rgb(215,184,159); }

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

background-color css

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

 a { background-color: rgb(215,184,159); }

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

border-color css

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

 span { border-color: rgb(215,184,159); }

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