Html Css Color HEX #D5B796 Cashmere

📋 copy color: '#D5B796'

red 213 ◦ green 183 ◦ blue 150

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

Shades of Cashmere #D5B796

Tints of Cashmere #D5B796

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.52%

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

R = 39.01%
G = 33.52%
B = 27.47%

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

#D5B796 (or 0xD5B796) is known color: Cashmere. HEX triplet: D5, B7 and 96. RGB value is (213,183,150). Sum of RGB (Red+Green+Blue) = 213+183+150=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B796 is #2A4869. Grayscale: #BCBCBC. Windows color (decimal): -2771050 or 9877461. OLE color: 9877461.

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

Color convert

RGB 213 183 150 -
CMYK 0 0.14 0.30 0.16
HSL 31.43º 0.43% 0.71% -
HSV(B) 31.43º 0.3% 0.84% -
XYZ 49.88 50.22 35.92 -
YUV 188.21 106.44 145.68 -
System Red Green Blue C M Y K H S L
Decimal 213 183 150 0 0.14 0.30 0.16 31.43 0.43 0.71
Hex D5 B7 96 0 E 1E 10 1F 2B 47
Octal 325 267 226 0 16 36 20 37 53 107
Binary 11010101 10110111 10010110 0 1110 11110 10000 11111 101011 1000111

Color Harmonies of #D5B796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B796

Black with #D5B796

Text Example


Text Example

White with #D5B796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B796; }

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

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

background-color css

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

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

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

border-color css

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

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

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