Html Css Color HEX #DCB395 Pancho

📋 copy color: '#DCB395'

red 220 ◦ green 179 ◦ blue 149

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

Shades of Pancho #DCB395

Tints of Pancho #DCB395

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.66%

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

R = 40.15%
G = 32.66%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCB395 (or 0xDCB395) is known color: Pancho. HEX triplet: DC, B3 and 95. RGB value is (220,179,149). Sum of RGB (Red+Green+Blue) = 220+179+149=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB395 is #234C6A. Grayscale: #BCBCBC. Windows color (decimal): -2313323 or 9810908. OLE color: 9810908.

HSL color Cylindrical-coordinate representation of color #DCB395: hue angle of 25.35º 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 #DCB395 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 179 149 -
CMYK 0 0.19 0.32 0.14
HSL 25.35º 0.5% 0.72% -
HSV(B) 25.35º 0.32% 0.86% -
XYZ 51.06 49.63 35.32 -
YUV 187.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 220 179 149 0 0.19 0.32 0.14 25.35 0.5 0.72
Hex DC B3 95 0 13 20 E 19 32 48
Octal 334 263 225 0 23 40 16 31 62 110
Binary 11011100 10110011 10010101 0 10011 100000 1110 11001 110010 1001000

Color Harmonies of #DCB395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB395

Black with #DCB395

Text Example


Text Example

White with #DCB395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB395; }

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

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

background-color css

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

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

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

border-color css

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

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

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