Html Css Color HEX #D5B49F Cashmere

📋 copy color: '#D5B49F'

red 213 ◦ green 180 ◦ blue 159

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

Shades of Cashmere #D5B49F

Tints of Cashmere #D5B49F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.61%

 BLUE value IS 159 (62.5% from 255) = 28.8%

R = 38.59%
G = 32.61%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5B49F (or 0xD5B49F) is known color: Cashmere. HEX triplet: D5, B4 and 9F. RGB value is (213,180,159). Sum of RGB (Red+Green+Blue) = 213+180+159=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 180 (70.70% from 255 or 32.61% from 552); Blue value is 159 (62.5% from 255 or 28.80% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B49F is #2A4B60. Grayscale: #BBBBBB. Windows color (decimal): -2771809 or 10466517. OLE color: 10466517.

HSL color Cylindrical-coordinate representation of color #D5B49F: hue angle of 23.33º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5B49F is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 180 159 -
CMYK 0 0.15 0.25 0.16
HSL 23.33º 0.39% 0.73% -
HSV(B) 23.33º 0.25% 0.84% -
XYZ 50.02 49.29 39.68 -
YUV 187.47 111.93 146.21 -
System Red Green Blue C M Y K H S L
Decimal 213 180 159 0 0.15 0.25 0.16 23.33 0.39 0.73
Hex D5 B4 9F 0 F 19 10 17 27 49
Octal 325 264 237 0 17 31 20 27 47 111
Binary 11010101 10110100 10011111 0 1111 11001 10000 10111 100111 1001001

Color Harmonies of #D5B49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B49F

Black with #D5B49F

Text Example


Text Example

White with #D5B49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B49F; }

 p { color: rgb(213,180,159); }

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

background-color css

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

 a { background-color: rgb(213,180,159); }

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

border-color css

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

 span { border-color: rgb(213,180,159); }

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