Html Css Color HEX #D9B194 Cashmere

📋 copy color: '#D9B194'

red 217 ◦ green 177 ◦ blue 148

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

Shades of Cashmere #D9B194

Tints of Cashmere #D9B194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.31%

R = 40.04%
G = 32.66%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D9B194 (or 0xD9B194) is known color: Cashmere. HEX triplet: D9, B1 and 94. RGB value is (217,177,148). Sum of RGB (Red+Green+Blue) = 217+177+148=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B194 is #264E6B. Grayscale: #B9B9B9. Windows color (decimal): -2510444 or 9744857. OLE color: 9744857.

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

Color convert

RGB 217 177 148 -
CMYK 0 0.18 0.32 0.15
HSL 25.22º 0.48% 0.72% -
HSV(B) 25.22º 0.32% 0.85% -
XYZ 49.68 48.33 34.73 -
YUV 185.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 217 177 148 0 0.18 0.32 0.15 25.22 0.48 0.72
Hex D9 B1 94 0 12 20 F 19 30 48
Octal 331 261 224 0 22 40 17 31 60 110
Binary 11011001 10110001 10010100 0 10010 100000 1111 11001 110000 1001000

Color Harmonies of #D9B194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B194

Black with #D9B194

Text Example


Text Example

White with #D9B194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B194; }

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

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

background-color css

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

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

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

border-color css

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

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

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