Html Css Color HEX #DCB196 Cashmere

📋 copy color: '#DCB196'

red 220 ◦ green 177 ◦ blue 150

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

Shades of Cashmere #DCB196

Tints of Cashmere #DCB196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.42%

R = 40.22%
G = 32.36%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCB196 (or 0xDCB196) is known color: Cashmere. HEX triplet: DC, B1 and 96. RGB value is (220,177,150). Sum of RGB (Red+Green+Blue) = 220+177+150=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB196 is #234E69. Grayscale: #BABABA. Windows color (decimal): -2313834 or 9875932. OLE color: 9875932.

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

Color convert

RGB 220 177 150 -
CMYK 0 0.20 0.32 0.14
HSL 23.14º 0.5% 0.73% -
HSV(B) 23.14º 0.32% 0.86% -
XYZ 50.74 48.86 35.61 -
YUV 186.78 107.25 151.7 -
System Red Green Blue C M Y K H S L
Decimal 220 177 150 0 0.20 0.32 0.14 23.14 0.5 0.73
Hex DC B1 96 0 14 20 E 17 32 49
Octal 334 261 226 0 24 40 16 27 62 111
Binary 11011100 10110001 10010110 0 10100 100000 1110 10111 110010 1001001

Color Harmonies of #DCB196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB196

Black with #DCB196

Text Example


Text Example

White with #DCB196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB196; }

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

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

background-color css

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

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

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

border-color css

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

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

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