Html Css Color HEX #D5B19C Cashmere

📋 copy color: '#D5B19C'

red 213 ◦ green 177 ◦ blue 156

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

Shades of Cashmere #D5B19C

Tints of Cashmere #D5B19C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.57%

R = 39.01%
G = 32.42%
B = 28.57%

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

#D5B19C (or 0xD5B19C) is known color: Cashmere. HEX triplet: D5, B1 and 9C. RGB value is (213,177,156). Sum of RGB (Red+Green+Blue) = 213+177+156=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B19C is #2A4E63. Grayscale: #B9B9B9. Windows color (decimal): -2772580 or 10269141. OLE color: 10269141.

HSL color Cylindrical-coordinate representation of color #D5B19C: hue angle of 22.11º degrees, saturation: 0.4, 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 #D5B19C is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 177 156 -
CMYK 0 0.17 0.27 0.16
HSL 22.11º 0.4% 0.72% -
HSV(B) 22.11º 0.27% 0.84% -
XYZ 49.16 47.99 38.12 -
YUV 185.37 111.43 147.71 -
System Red Green Blue C M Y K H S L
Decimal 213 177 156 0 0.17 0.27 0.16 22.11 0.4 0.72
Hex D5 B1 9C 0 11 1B 10 16 28 48
Octal 325 261 234 0 21 33 20 26 50 110
Binary 11010101 10110001 10011100 0 10001 11011 10000 10110 101000 1001000

Color Harmonies of #D5B19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B19C

Black with #D5B19C

Text Example


Text Example

White with #D5B19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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