Html Css Color HEX #D5B594 Cashmere

📋 copy color: '#D5B594'

red 213 ◦ green 181 ◦ blue 148

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

Shades of Cashmere #D5B594

Tints of Cashmere #D5B594

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.39%

 BLUE value IS 148 (58.2% from 255) = 27.31%

R = 39.3%
G = 33.39%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5B594 (or 0xD5B594) is known color: Cashmere. HEX triplet: D5, B5 and 94. RGB value is (213,181,148). Sum of RGB (Red+Green+Blue) = 213+181+148=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B594 is #2A4A6B. Grayscale: #BABABA. Windows color (decimal): -2771564 or 9745877. OLE color: 9745877.

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

Color convert

RGB 213 181 148 -
CMYK 0 0.15 0.31 0.16
HSL 30.46º 0.44% 0.71% -
HSV(B) 30.46º 0.31% 0.84% -
XYZ 49.31 49.33 34.94 -
YUV 186.81 106.1 146.68 -
System Red Green Blue C M Y K H S L
Decimal 213 181 148 0 0.15 0.31 0.16 30.46 0.44 0.71
Hex D5 B5 94 0 F 1F 10 1E 2C 47
Octal 325 265 224 0 17 37 20 36 54 107
Binary 11010101 10110101 10010100 0 1111 11111 10000 11110 101100 1000111

Color Harmonies of #D5B594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B594

Black with #D5B594

Text Example


Text Example

White with #D5B594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B594; }

 p { color: rgb(213,181,148); }

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

background-color css

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

 a { background-color: rgb(213,181,148); }

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

border-color css

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

 span { border-color: rgb(213,181,148); }

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