Html Css Color HEX #D5B19B Cashmere

📋 copy color: '#D5B19B'

red 213 ◦ green 177 ◦ blue 155

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

Shades of Cashmere #D5B19B

Tints of Cashmere #D5B19B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.48%

 BLUE value IS 155 (60.94% from 255) = 28.44%

R = 39.08%
G = 32.48%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5B19B (or 0xD5B19B) is known color: Cashmere. HEX triplet: D5, B1 and 9B. RGB value is (213,177,155). Sum of RGB (Red+Green+Blue) = 213+177+155=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B19B is #2A4E64. Grayscale: #B9B9B9. Windows color (decimal): -2772581 or 10203605. OLE color: 10203605.

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

Color convert

RGB 213 177 155 -
CMYK 0 0.17 0.27 0.16
HSL 22.76º 0.41% 0.72% -
HSV(B) 22.76º 0.27% 0.84% -
XYZ 49.08 47.96 37.68 -
YUV 185.26 110.93 147.79 -
System Red Green Blue C M Y K H S L
Decimal 213 177 155 0 0.17 0.27 0.16 22.76 0.41 0.72
Hex D5 B1 9B 0 11 1B 10 17 29 48
Octal 325 261 233 0 21 33 20 27 51 110
Binary 11010101 10110001 10011011 0 10001 11011 10000 10111 101001 1001000

Color Harmonies of #D5B19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B19B

Black with #D5B19B

Text Example


Text Example

White with #D5B19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B19B; }

 p { color: rgb(213,177,155); }

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

background-color css

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

 a { background-color: rgb(213,177,155); }

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

border-color css

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

 span { border-color: rgb(213,177,155); }

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