Html Css Color HEX #D5B89C Cashmere

📋 copy color: '#D5B89C'

red 213 ◦ green 184 ◦ blue 156

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

Shades of Cashmere #D5B89C

Tints of Cashmere #D5B89C

RGB

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

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

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

R = 38.52%
G = 33.27%
B = 28.21%

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

#D5B89C (or 0xD5B89C) is known color: Cashmere. HEX triplet: D5, B8 and 9C. RGB value is (213,184,156). Sum of RGB (Red+Green+Blue) = 213+184+156=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B89C is #2A4763. Grayscale: #BDBDBD. Windows color (decimal): -2770788 or 10270933. OLE color: 10270933.

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

Color convert

RGB 213 184 156 -
CMYK 0 0.14 0.27 0.16
HSL 29.47º 0.4% 0.72% -
HSV(B) 29.47º 0.27% 0.84% -
XYZ 50.58 50.83 38.6 -
YUV 189.48 109.11 144.78 -
System Red Green Blue C M Y K H S L
Decimal 213 184 156 0 0.14 0.27 0.16 29.47 0.4 0.72
Hex D5 B8 9C 0 E 1B 10 1D 28 48
Octal 325 270 234 0 16 33 20 35 50 110
Binary 11010101 10111000 10011100 0 1110 11011 10000 11101 101000 1001000

Color Harmonies of #D5B89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B89C

Black with #D5B89C

Text Example


Text Example

White with #D5B89C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B89C; }

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

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

background-color css

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

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

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

border-color css

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

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

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