Html Css Color HEX #DCB995 Pancho

📋 copy color: '#DCB995'

red 220 ◦ green 185 ◦ blue 149

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

Shades of Pancho #DCB995

Tints of Pancho #DCB995

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.39%

 BLUE value IS 149 (58.59% from 255) = 26.9%

R = 39.71%
G = 33.39%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCB995 (or 0xDCB995) is known color: Pancho. HEX triplet: DC, B9 and 95. RGB value is (220,185,149). Sum of RGB (Red+Green+Blue) = 220+185+149=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB995 is #23466A. Grayscale: #BFBFBF. Windows color (decimal): -2311787 or 9812444. OLE color: 9812444.

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

Color convert

RGB 220 185 149 -
CMYK 0 0.16 0.32 0.14
HSL 30.42º 0.5% 0.72% -
HSV(B) 30.42º 0.32% 0.86% -
XYZ 52.29 52.08 35.73 -
YUV 191.36 104.1 148.43 -
System Red Green Blue C M Y K H S L
Decimal 220 185 149 0 0.16 0.32 0.14 30.42 0.5 0.72
Hex DC B9 95 0 10 20 E 1E 32 48
Octal 334 271 225 0 20 40 16 36 62 110
Binary 11011100 10111001 10010101 0 10000 100000 1110 11110 110010 1001000

Color Harmonies of #DCB995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB995

Black with #DCB995

Text Example


Text Example

White with #DCB995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB995; }

 p { color: rgb(220,185,149); }

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

background-color css

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

 a { background-color: rgb(220,185,149); }

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

border-color css

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

 span { border-color: rgb(220,185,149); }

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