Html Css Color HEX #D5B393 Cashmere

📋 copy color: '#D5B393'

red 213 ◦ green 179 ◦ blue 147

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

Shades of Cashmere #D5B393

Tints of Cashmere #D5B393

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.21%

 BLUE value IS 147 (57.81% from 255) = 27.27%

R = 39.52%
G = 33.21%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5B393 (or 0xD5B393) is known color: Cashmere. HEX triplet: D5, B3 and 93. RGB value is (213,179,147). Sum of RGB (Red+Green+Blue) = 213+179+147=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B393 is #2A4C6C. Grayscale: #B9B9B9. Windows color (decimal): -2772077 or 9679829. OLE color: 9679829.

HSL color Cylindrical-coordinate representation of color #D5B393: hue angle of 29.09º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5B393 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 179 147 -
CMYK 0 0.16 0.31 0.16
HSL 29.09º 0.44% 0.71% -
HSV(B) 29.09º 0.31% 0.84% -
XYZ 48.83 48.49 34.39 -
YUV 185.52 106.26 147.6 -
System Red Green Blue C M Y K H S L
Decimal 213 179 147 0 0.16 0.31 0.16 29.09 0.44 0.71
Hex D5 B3 93 0 10 1F 10 1D 2C 47
Octal 325 263 223 0 20 37 20 35 54 107
Binary 11010101 10110011 10010011 0 10000 11111 10000 11101 101100 1000111

Color Harmonies of #D5B393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B393

Black with #D5B393

Text Example


Text Example

White with #D5B393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B393; }

 p { color: rgb(213,179,147); }

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

background-color css

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

 a { background-color: rgb(213,179,147); }

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

border-color css

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

 span { border-color: rgb(213,179,147); }

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