Html Css Color HEX #D5B295 Cashmere

📋 copy color: '#D5B295'

red 213 ◦ green 178 ◦ blue 149

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

Shades of Cashmere #D5B295

Tints of Cashmere #D5B295

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.96%

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

R = 39.44%
G = 32.96%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D5B295 (or 0xD5B295) is known color: Cashmere. HEX triplet: D5, B2 and 95. RGB value is (213,178,149). Sum of RGB (Red+Green+Blue) = 213+178+149=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B295 is #2A4D6A. Grayscale: #B9B9B9. Windows color (decimal): -2772331 or 9810645. OLE color: 9810645.

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

Color convert

RGB 213 178 149 -
CMYK 0 0.16 0.30 0.16
HSL 27.19º 0.43% 0.71% -
HSV(B) 27.19º 0.3% 0.84% -
XYZ 48.79 48.16 35.16 -
YUV 185.16 107.6 147.86 -
System Red Green Blue C M Y K H S L
Decimal 213 178 149 0 0.16 0.30 0.16 27.19 0.43 0.71
Hex D5 B2 95 0 10 1E 10 1B 2B 47
Octal 325 262 225 0 20 36 20 33 53 107
Binary 11010101 10110010 10010101 0 10000 11110 10000 11011 101011 1000111

Color Harmonies of #D5B295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B295

Black with #D5B295

Text Example


Text Example

White with #D5B295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B295; }

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

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

background-color css

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

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

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

border-color css

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

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

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