Html Css Color HEX #D9B19A Cashmere

📋 copy color: '#D9B19A'

red 217 ◦ green 177 ◦ blue 154

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

Shades of Cashmere #D9B19A

Tints of Cashmere #D9B19A

RGB

 RED value IS 217 (85.16% from 255) = 39.6%

 GREEN value IS 177 (69.53% from 255) = 32.3%

 BLUE value IS 154 (60.55% from 255) = 28.1%

R = 39.6%
G = 32.3%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9B19A (or 0xD9B19A) is known color: Cashmere. HEX triplet: D9, B1 and 9A. RGB value is (217,177,154). Sum of RGB (Red+Green+Blue) = 217+177+154=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B19A is #264E65. Grayscale: #BABABA. Windows color (decimal): -2510438 or 10138073. OLE color: 10138073.

HSL color Cylindrical-coordinate representation of color #D9B19A: hue angle of 21.9º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9B19A is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 177 154 -
CMYK 0 0.18 0.29 0.15
HSL 21.9º 0.45% 0.73% -
HSV(B) 21.9º 0.29% 0.85% -
XYZ 50.17 48.53 37.29 -
YUV 186.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 217 177 154 0 0.18 0.29 0.15 21.9 0.45 0.73
Hex D9 B1 9A 0 12 1D F 16 2D 49
Octal 331 261 232 0 22 35 17 26 55 111
Binary 11011001 10110001 10011010 0 10010 11101 1111 10110 101101 1001001

Color Harmonies of #D9B19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B19A

Black with #D9B19A

Text Example


Text Example

White with #D9B19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B19A; }

 p { color: rgb(217,177,154); }

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

background-color css

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

 a { background-color: rgb(217,177,154); }

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

border-color css

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

 span { border-color: rgb(217,177,154); }

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