Html Css Color HEX #D5B89B Cashmere

📋 copy color: '#D5B89B'

red 213 ◦ green 184 ◦ blue 155

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

Shades of Cashmere #D5B89B

Tints of Cashmere #D5B89B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.33%

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

R = 38.59%
G = 33.33%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5B89B (or 0xD5B89B) is known color: Cashmere. HEX triplet: D5, B8 and 9B. RGB value is (213,184,155). Sum of RGB (Red+Green+Blue) = 213+184+155=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B89B is #2A4764. Grayscale: #BDBDBD. Windows color (decimal): -2770789 or 10205397. OLE color: 10205397.

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

Color convert

RGB 213 184 155 -
CMYK 0 0.14 0.27 0.16
HSL 30º 0.41% 0.72% -
HSV(B) 30º 0.27% 0.84% -
XYZ 50.5 50.79 38.15 -
YUV 189.37 108.61 144.86 -
System Red Green Blue C M Y K H S L
Decimal 213 184 155 0 0.14 0.27 0.16 30 0.41 0.72
Hex D5 B8 9B 0 E 1B 10 1E 29 48
Octal 325 270 233 0 16 33 20 36 51 110
Binary 11010101 10111000 10011011 0 1110 11011 10000 11110 101001 1001000

Color Harmonies of #D5B89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B89B

Black with #D5B89B

Text Example


Text Example

White with #D5B89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B89B; }

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

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

background-color css

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

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

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

border-color css

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

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

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