Html Css Color HEX #D7B897 Cashmere

📋 copy color: '#D7B897'

red 215 ◦ green 184 ◦ blue 151

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

Shades of Cashmere #D7B897

Tints of Cashmere #D7B897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.45%

R = 39.09%
G = 33.45%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D7B897 (or 0xD7B897) is known color: Cashmere. HEX triplet: D7, B8 and 97. RGB value is (215,184,151). Sum of RGB (Red+Green+Blue) = 215+184+151=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 151 (59.38% from 255 or 27.45% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B897 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B897 is #284768. Grayscale: #BDBDBD. Windows color (decimal): -2639721 or 9943255. OLE color: 9943255.

HSL color Cylindrical-coordinate representation of color #D7B897: hue angle of 30.94º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D7B897 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 184 151 -
CMYK 0 0.14 0.30 0.16
HSL 30.94º 0.44% 0.72% -
HSV(B) 30.94º 0.3% 0.84% -
XYZ 50.75 50.96 36.44 -
YUV 189.51 106.27 146.18 -
System Red Green Blue C M Y K H S L
Decimal 215 184 151 0 0.14 0.30 0.16 30.94 0.44 0.72
Hex D7 B8 97 0 E 1E 10 1F 2C 48
Octal 327 270 227 0 16 36 20 37 54 110
Binary 11010111 10111000 10010111 0 1110 11110 10000 11111 101100 1001000

Color Harmonies of #D7B897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B897

Black with #D7B897

Text Example


Text Example

White with #D7B897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B897; }

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

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

background-color css

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

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

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

border-color css

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

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

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