Html Css Color HEX #D4B397 Cashmere

📋 copy color: '#D4B397'

red 212 ◦ green 179 ◦ blue 151

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

Shades of Cashmere #D4B397

Tints of Cashmere #D4B397

RGB

 RED value IS 212 (83.2% from 255) = 39.11%

 GREEN value IS 179 (70.31% from 255) = 33.03%

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

R = 39.11%
G = 33.03%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D4B397 (or 0xD4B397) is known color: Cashmere. HEX triplet: D4, B3 and 97. RGB value is (212,179,151). Sum of RGB (Red+Green+Blue) = 212+179+151=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 151 (59.38% from 255 or 27.86% from 542); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B397 is #2B4C68. Grayscale: #B9B9B9. Windows color (decimal): -2837609 or 9941972. OLE color: 9941972.

HSL color Cylindrical-coordinate representation of color #D4B397: hue angle of 27.54º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4B397 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 179 151 -
CMYK 0 0.16 0.29 0.17
HSL 27.54º 0.41% 0.71% -
HSV(B) 27.54º 0.29% 0.83% -
XYZ 48.86 48.47 36.06 -
YUV 185.68 108.43 146.78 -
System Red Green Blue C M Y K H S L
Decimal 212 179 151 0 0.16 0.29 0.17 27.54 0.41 0.71
Hex D4 B3 97 0 10 1D 11 1C 29 47
Octal 324 263 227 0 20 35 21 34 51 107
Binary 11010100 10110011 10010111 0 10000 11101 10001 11100 101001 1000111

Color Harmonies of #D4B397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B397

Black with #D4B397

Text Example


Text Example

White with #D4B397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B397; }

 p { color: rgb(212,179,151); }

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

background-color css

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

 a { background-color: rgb(212,179,151); }

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

border-color css

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

 span { border-color: rgb(212,179,151); }

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