Html Css Color HEX #DCB295 Pancho

📋 copy color: '#DCB295'

red 220 ◦ green 178 ◦ blue 149

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

Shades of Pancho #DCB295

Tints of Pancho #DCB295

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.54%

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

R = 40.22%
G = 32.54%
B = 27.24%

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

#DCB295 (or 0xDCB295) is known color: Pancho. HEX triplet: DC, B2 and 95. RGB value is (220,178,149). Sum of RGB (Red+Green+Blue) = 220+178+149=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB295 is #234D6A. Grayscale: #BBBBBB. Windows color (decimal): -2313579 or 9810652. OLE color: 9810652.

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

Color convert

RGB 220 178 149 -
CMYK 0 0.19 0.32 0.14
HSL 24.51º 0.5% 0.72% -
HSV(B) 24.51º 0.32% 0.86% -
XYZ 50.86 49.23 35.25 -
YUV 187.25 106.41 151.36 -
System Red Green Blue C M Y K H S L
Decimal 220 178 149 0 0.19 0.32 0.14 24.51 0.5 0.72
Hex DC B2 95 0 13 20 E 19 32 48
Octal 334 262 225 0 23 40 16 31 62 110
Binary 11011100 10110010 10010101 0 10011 100000 1110 11001 110010 1001000

Color Harmonies of #DCB295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB295

Black with #DCB295

Text Example


Text Example

White with #DCB295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB295; }

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

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

background-color css

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

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

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

border-color css

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

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

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