Html Css Color HEX #D5B69D Cashmere

📋 copy color: '#D5B69D'

red 213 ◦ green 182 ◦ blue 157

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

Shades of Cashmere #D5B69D

Tints of Cashmere #D5B69D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.97%

 BLUE value IS 157 (61.72% from 255) = 28.44%

R = 38.59%
G = 32.97%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5B69D (or 0xD5B69D) is known color: Cashmere. HEX triplet: D5, B6 and 9D. RGB value is (213,182,157). Sum of RGB (Red+Green+Blue) = 213+182+157=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 182 (71.48% from 255 or 32.97% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B69D is #2A4962. Grayscale: #BCBCBC. Windows color (decimal): -2771299 or 10335957. OLE color: 10335957.

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

Color convert

RGB 213 182 157 -
CMYK 0 0.15 0.26 0.16
HSL 26.79º 0.4% 0.73% -
HSV(B) 26.79º 0.26% 0.84% -
XYZ 50.25 50.04 38.91 -
YUV 188.42 110.27 145.53 -
System Red Green Blue C M Y K H S L
Decimal 213 182 157 0 0.15 0.26 0.16 26.79 0.4 0.73
Hex D5 B6 9D 0 F 1A 10 1B 28 49
Octal 325 266 235 0 17 32 20 33 50 111
Binary 11010101 10110110 10011101 0 1111 11010 10000 11011 101000 1001001

Color Harmonies of #D5B69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B69D

Black with #D5B69D

Text Example


Text Example

White with #D5B69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B69D; }

 p { color: rgb(213,182,157); }

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

background-color css

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

 a { background-color: rgb(213,182,157); }

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

border-color css

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

 span { border-color: rgb(213,182,157); }

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