Html Css Color HEX #D1B59C Cashmere

📋 copy color: '#D1B59C'

red 209 ◦ green 181 ◦ blue 156

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

Shades of Cashmere #D1B59C

Tints of Cashmere #D1B59C

RGB

 RED value IS 209 (82.03% from 255) = 38.28%

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

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

R = 38.28%
G = 33.15%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1B59C (or 0xD1B59C) is known color: Cashmere. HEX triplet: D1, B5 and 9C. RGB value is (209,181,156). Sum of RGB (Red+Green+Blue) = 209+181+156=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B59C is #2E4A63. Grayscale: #BABABA. Windows color (decimal): -3033700 or 10270161. OLE color: 10270161.

HSL color Cylindrical-coordinate representation of color #D1B59C: hue angle of 28.3º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1B59C is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 181 156 -
CMYK 0 0.13 0.25 0.18
HSL 28.3º 0.37% 0.72% -
HSV(B) 28.3º 0.25% 0.82% -
XYZ 48.82 49 38.34 -
YUV 186.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 209 181 156 0 0.13 0.25 0.18 28.3 0.37 0.72
Hex D1 B5 9C 0 D 19 12 1C 25 48
Octal 321 265 234 0 15 31 22 34 45 110
Binary 11010001 10110101 10011100 0 1101 11001 10010 11100 100101 1001000

Color Harmonies of #D1B59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B59C

Black with #D1B59C

Text Example


Text Example

White with #D1B59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B59C; }

 p { color: rgb(209,181,156); }

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

background-color css

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

 a { background-color: rgb(209,181,156); }

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

border-color css

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

 span { border-color: rgb(209,181,156); }

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