Html Css Color HEX #DCB193 Pancho

📋 copy color: '#DCB193'

red 220 ◦ green 177 ◦ blue 147

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

Shades of Pancho #DCB193

Tints of Pancho #DCB193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.02%

R = 40.44%
G = 32.54%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCB193 (or 0xDCB193) is known color: Pancho. HEX triplet: DC, B1 and 93. RGB value is (220,177,147). Sum of RGB (Red+Green+Blue) = 220+177+147=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 147 (57.81% from 255 or 27.02% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB193 is #234E6C. Grayscale: #BABABA. Windows color (decimal): -2313837 or 9679324. OLE color: 9679324.

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

Color convert

RGB 220 177 147 -
CMYK 0 0.20 0.33 0.14
HSL 24.66º 0.51% 0.72% -
HSV(B) 24.66º 0.33% 0.86% -
XYZ 50.5 48.77 34.35 -
YUV 186.44 105.75 151.94 -
System Red Green Blue C M Y K H S L
Decimal 220 177 147 0 0.20 0.33 0.14 24.66 0.51 0.72
Hex DC B1 93 0 14 21 E 19 33 48
Octal 334 261 223 0 24 41 16 31 63 110
Binary 11011100 10110001 10010011 0 10100 100001 1110 11001 110011 1001000

Color Harmonies of #DCB193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB193

Black with #DCB193

Text Example


Text Example

White with #DCB193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB193; }

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

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

background-color css

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

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

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

border-color css

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

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

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