Html Css Color HEX #D7B497 Cashmere

📋 copy color: '#D7B497'

red 215 ◦ green 180 ◦ blue 151

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

Shades of Cashmere #D7B497

Tints of Cashmere #D7B497

RGB

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

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

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

R = 39.38%
G = 32.97%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D7B497 (or 0xD7B497) is known color: Cashmere. HEX triplet: D7, B4 and 97. RGB value is (215,180,151). Sum of RGB (Red+Green+Blue) = 215+180+151=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 151 (59.38% from 255 or 27.66% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B497 is #284B68. Grayscale: #BBBBBB. Windows color (decimal): -2640745 or 9942231. OLE color: 9942231.

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

Color convert

RGB 215 180 151 -
CMYK 0 0.16 0.30 0.16
HSL 27.19º 0.44% 0.72% -
HSV(B) 27.19º 0.3% 0.84% -
XYZ 49.93 49.32 36.17 -
YUV 187.16 107.6 147.86 -
System Red Green Blue C M Y K H S L
Decimal 215 180 151 0 0.16 0.30 0.16 27.19 0.44 0.72
Hex D7 B4 97 0 10 1E 10 1B 2C 48
Octal 327 264 227 0 20 36 20 33 54 110
Binary 11010111 10110100 10010111 0 10000 11110 10000 11011 101100 1001000

Color Harmonies of #D7B497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B497

Black with #D7B497

Text Example


Text Example

White with #D7B497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B497; }

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

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

background-color css

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

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

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

border-color css

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

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

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