Html Css Color HEX #DCB495 Pancho

📋 copy color: '#DCB495'

red 220 ◦ green 180 ◦ blue 149

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

Shades of Pancho #DCB495

Tints of Pancho #DCB495

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.79%

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

R = 40.07%
G = 32.79%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCB495 (or 0xDCB495) is known color: Pancho. HEX triplet: DC, B4 and 95. RGB value is (220,180,149). Sum of RGB (Red+Green+Blue) = 220+180+149=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB495 is #234B6A. Grayscale: #BCBCBC. Windows color (decimal): -2313067 or 9811164. OLE color: 9811164.

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

Color convert

RGB 220 180 149 -
CMYK 0 0.18 0.32 0.14
HSL 26.2º 0.5% 0.72% -
HSV(B) 26.2º 0.32% 0.86% -
XYZ 51.26 50.03 35.39 -
YUV 188.43 105.75 150.52 -
System Red Green Blue C M Y K H S L
Decimal 220 180 149 0 0.18 0.32 0.14 26.2 0.5 0.72
Hex DC B4 95 0 12 20 E 1A 32 48
Octal 334 264 225 0 22 40 16 32 62 110
Binary 11011100 10110100 10010101 0 10010 100000 1110 11010 110010 1001000

Color Harmonies of #DCB495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB495

Black with #DCB495

Text Example


Text Example

White with #DCB495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB495; }

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

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

background-color css

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

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

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

border-color css

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

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

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