Html Css Color HEX #D5B595 Cashmere

📋 copy color: '#D5B595'

red 213 ◦ green 181 ◦ blue 149

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

Shades of Cashmere #D5B595

Tints of Cashmere #D5B595

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.33%

 BLUE value IS 149 (58.59% from 255) = 27.44%

R = 39.23%
G = 33.33%
B = 27.44%

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

#D5B595 (or 0xD5B595) is known color: Cashmere. HEX triplet: D5, B5 and 95. RGB value is (213,181,149). Sum of RGB (Red+Green+Blue) = 213+181+149=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B595 is #2A4A6A. Grayscale: #BBBBBB. Windows color (decimal): -2771563 or 9811413. OLE color: 9811413.

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

Color convert

RGB 213 181 149 -
CMYK 0 0.15 0.30 0.16
HSL 30º 0.43% 0.71% -
HSV(B) 30º 0.3% 0.84% -
XYZ 49.39 49.36 35.36 -
YUV 186.92 106.6 146.6 -
System Red Green Blue C M Y K H S L
Decimal 213 181 149 0 0.15 0.30 0.16 30 0.43 0.71
Hex D5 B5 95 0 F 1E 10 1E 2B 47
Octal 325 265 225 0 17 36 20 36 53 107
Binary 11010101 10110101 10010101 0 1111 11110 10000 11110 101011 1000111

Color Harmonies of #D5B595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B595

Black with #D5B595

Text Example


Text Example

White with #D5B595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B595; }

 p { color: rgb(213,181,149); }

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

background-color css

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

 a { background-color: rgb(213,181,149); }

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

border-color css

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

 span { border-color: rgb(213,181,149); }

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