Html Css Color HEX #D5B696 Cashmere

📋 copy color: '#D5B696'

red 213 ◦ green 182 ◦ blue 150

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

Shades of Cashmere #D5B696

Tints of Cashmere #D5B696

RGB

 RED value IS 213 (83.59% from 255) = 39.08%

 GREEN value IS 182 (71.48% from 255) = 33.39%

 BLUE value IS 150 (58.98% from 255) = 27.52%

R = 39.08%
G = 33.39%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D5B696 (or 0xD5B696) is known color: Cashmere. HEX triplet: D5, B6 and 96. RGB value is (213,182,150). Sum of RGB (Red+Green+Blue) = 213+182+150=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B696 is #2A4969. Grayscale: #BBBBBB. Windows color (decimal): -2771306 or 9877205. OLE color: 9877205.

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

Color convert

RGB 213 182 150 -
CMYK 0 0.15 0.30 0.16
HSL 30.48º 0.43% 0.71% -
HSV(B) 30.48º 0.3% 0.84% -
XYZ 49.67 49.8 35.85 -
YUV 187.62 106.77 146.1 -
System Red Green Blue C M Y K H S L
Decimal 213 182 150 0 0.15 0.30 0.16 30.48 0.43 0.71
Hex D5 B6 96 0 F 1E 10 1E 2B 47
Octal 325 266 226 0 17 36 20 36 53 107
Binary 11010101 10110110 10010110 0 1111 11110 10000 11110 101011 1000111

Color Harmonies of #D5B696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B696

Black with #D5B696

Text Example


Text Example

White with #D5B696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B696; }

 p { color: rgb(213,182,150); }

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

background-color css

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

 a { background-color: rgb(213,182,150); }

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

border-color css

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

 span { border-color: rgb(213,182,150); }

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