Html Css Color HEX #D1B399 Cashmere

📋 copy color: '#D1B399'

red 209 ◦ green 179 ◦ blue 153

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

Shades of Cashmere #D1B399

Tints of Cashmere #D1B399

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.09%

 BLUE value IS 153 (60.16% from 255) = 28.28%

R = 38.63%
G = 33.09%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D1B399 (or 0xD1B399) is known color: Cashmere. HEX triplet: D1, B3 and 99. RGB value is (209,179,153). Sum of RGB (Red+Green+Blue) = 209+179+153=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 153 (60.16% from 255 or 28.28% from 541); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B399 is #2E4C66. Grayscale: #B9B9B9. Windows color (decimal): -3034215 or 10073041. OLE color: 10073041.

HSL color Cylindrical-coordinate representation of color #D1B399: hue angle of 27.86º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1B399 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 179 153 -
CMYK 0 0.14 0.27 0.18
HSL 27.86º 0.38% 0.71% -
HSV(B) 27.86º 0.27% 0.82% -
XYZ 48.16 48.1 36.88 -
YUV 185.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 209 179 153 0 0.14 0.27 0.18 27.86 0.38 0.71
Hex D1 B3 99 0 E 1B 12 1C 26 47
Octal 321 263 231 0 16 33 22 34 46 107
Binary 11010001 10110011 10011001 0 1110 11011 10010 11100 100110 1000111

Color Harmonies of #D1B399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B399

Black with #D1B399

Text Example


Text Example

White with #D1B399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B399; }

 p { color: rgb(209,179,153); }

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

background-color css

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

 a { background-color: rgb(209,179,153); }

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

border-color css

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

 span { border-color: rgb(209,179,153); }

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