Html Css Color HEX #DCB197 Cashmere

📋 copy color: '#DCB197'

red 220 ◦ green 177 ◦ blue 151

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

Shades of Cashmere #DCB197

Tints of Cashmere #DCB197

RGB

 RED value IS 220 (86.33% from 255) = 40.15%

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

 BLUE value IS 151 (59.38% from 255) = 27.55%

R = 40.15%
G = 32.3%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCB197 (or 0xDCB197) is known color: Cashmere. HEX triplet: DC, B1 and 97. RGB value is (220,177,151). Sum of RGB (Red+Green+Blue) = 220+177+151=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB197 is #234E68. Grayscale: #BBBBBB. Windows color (decimal): -2313833 or 9941468. OLE color: 9941468.

HSL color Cylindrical-coordinate representation of color #DCB197: hue angle of 22.61º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCB197 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 177 151 -
CMYK 0 0.20 0.31 0.14
HSL 22.61º 0.5% 0.73% -
HSV(B) 22.61º 0.31% 0.86% -
XYZ 50.82 48.89 36.04 -
YUV 186.89 107.75 151.61 -
System Red Green Blue C M Y K H S L
Decimal 220 177 151 0 0.20 0.31 0.14 22.61 0.5 0.73
Hex DC B1 97 0 14 1F E 17 32 49
Octal 334 261 227 0 24 37 16 27 62 111
Binary 11011100 10110001 10010111 0 10100 11111 1110 10111 110010 1001001

Color Harmonies of #DCB197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB197

Black with #DCB197

Text Example


Text Example

White with #DCB197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB197; }

 p { color: rgb(220,177,151); }

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

background-color css

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

 a { background-color: rgb(220,177,151); }

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

border-color css

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

 span { border-color: rgb(220,177,151); }

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