Html Css Color HEX #D9B497 Cashmere

📋 copy color: '#D9B497'

red 217 ◦ green 180 ◦ blue 151

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

Shades of Cashmere #D9B497

Tints of Cashmere #D9B497

RGB

 RED value IS 217 (85.16% from 255) = 39.6%

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

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

R = 39.6%
G = 32.85%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D9B497 (or 0xD9B497) is known color: Cashmere. HEX triplet: D9, B4 and 97. RGB value is (217,180,151). Sum of RGB (Red+Green+Blue) = 217+180+151=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 180 (70.70% from 255 or 32.85% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B497 is #264B68. Grayscale: #BBBBBB. Windows color (decimal): -2509673 or 9942233. OLE color: 9942233.

HSL color Cylindrical-coordinate representation of color #D9B497: hue angle of 26.36º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9B497 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 180 151 -
CMYK 0 0.17 0.30 0.15
HSL 26.36º 0.46% 0.72% -
HSV(B) 26.36º 0.3% 0.85% -
XYZ 50.52 49.63 36.19 -
YUV 187.76 107.26 148.86 -
System Red Green Blue C M Y K H S L
Decimal 217 180 151 0 0.17 0.30 0.15 26.36 0.46 0.72
Hex D9 B4 97 0 11 1E F 1A 2E 48
Octal 331 264 227 0 21 36 17 32 56 110
Binary 11011001 10110100 10010111 0 10001 11110 1111 11010 101110 1001000

Color Harmonies of #D9B497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B497

Black with #D9B497

Text Example


Text Example

White with #D9B497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B497; }

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

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

background-color css

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

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

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

border-color css

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

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

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