Html Css Color HEX #D1B29D Cashmere

📋 copy color: '#D1B29D'

red 209 ◦ green 178 ◦ blue 157

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

Shades of Cashmere #D1B29D

Tints of Cashmere #D1B29D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.72%

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

R = 38.42%
G = 32.72%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1B29D (or 0xD1B29D) is known color: Cashmere. HEX triplet: D1, B2 and 9D. RGB value is (209,178,157). Sum of RGB (Red+Green+Blue) = 209+178+157=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B29D is #2E4D62. Grayscale: #B8B8B8. Windows color (decimal): -3034467 or 10334929. OLE color: 10334929.

HSL color Cylindrical-coordinate representation of color #D1B29D: hue angle of 24.23º degrees, saturation: 0.36, 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 #D1B29D is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 178 157 -
CMYK 0 0.15 0.25 0.18
HSL 24.23º 0.36% 0.72% -
HSV(B) 24.23º 0.25% 0.82% -
XYZ 48.3 47.83 38.58 -
YUV 184.88 112.27 145.21 -
System Red Green Blue C M Y K H S L
Decimal 209 178 157 0 0.15 0.25 0.18 24.23 0.36 0.72
Hex D1 B2 9D 0 F 19 12 18 24 48
Octal 321 262 235 0 17 31 22 30 44 110
Binary 11010001 10110010 10011101 0 1111 11001 10010 11000 100100 1001000

Color Harmonies of #D1B29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B29D

Black with #D1B29D

Text Example


Text Example

White with #D1B29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B29D; }

 p { color: rgb(209,178,157); }

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

background-color css

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

 a { background-color: rgb(209,178,157); }

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

border-color css

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

 span { border-color: rgb(209,178,157); }

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