Html Css Color HEX #D1B29F Cashmere

📋 copy color: '#D1B29F'

red 209 ◦ green 178 ◦ blue 159

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

Shades of Cashmere #D1B29F

Tints of Cashmere #D1B29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.12%

R = 38.28%
G = 32.6%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D1B29F (or 0xD1B29F) is known color: Cashmere. HEX triplet: D1, B2 and 9F. RGB value is (209,178,159). Sum of RGB (Red+Green+Blue) = 209+178+159=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B29F is #2E4D60. Grayscale: #B9B9B9. Windows color (decimal): -3034465 or 10466001. OLE color: 10466001.

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

Color convert

RGB 209 178 159 -
CMYK 0 0.15 0.24 0.18
HSL 22.8º 0.35% 0.72% -
HSV(B) 22.8º 0.24% 0.82% -
XYZ 48.47 47.9 39.49 -
YUV 185.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 209 178 159 0 0.15 0.24 0.18 22.8 0.35 0.72
Hex D1 B2 9F 0 F 18 12 17 23 48
Octal 321 262 237 0 17 30 22 27 43 110
Binary 11010001 10110010 10011111 0 1111 11000 10010 10111 100011 1001000

Color Harmonies of #D1B29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B29F

Black with #D1B29F

Text Example


Text Example

White with #D1B29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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