Html Css Color HEX #DCB296 Pancho

📋 copy color: '#DCB296'

red 220 ◦ green 178 ◦ blue 150

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

Shades of Pancho #DCB296

Tints of Pancho #DCB296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.37%

R = 40.15%
G = 32.48%
B = 27.37%

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

#DCB296 (or 0xDCB296) is known color: Pancho. HEX triplet: DC, B2 and 96. RGB value is (220,178,150). Sum of RGB (Red+Green+Blue) = 220+178+150=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 178 (69.92% from 255 or 32.48% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB296 is #234D69. Grayscale: #BBBBBB. Windows color (decimal): -2313578 or 9876188. OLE color: 9876188.

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

Color convert

RGB 220 178 150 -
CMYK 0 0.19 0.32 0.14
HSL 24º 0.5% 0.73% -
HSV(B) 24º 0.32% 0.86% -
XYZ 50.94 49.26 35.68 -
YUV 187.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 220 178 150 0 0.19 0.32 0.14 24 0.5 0.73
Hex DC B2 96 0 13 20 E 18 32 49
Octal 334 262 226 0 23 40 16 30 62 111
Binary 11011100 10110010 10010110 0 10011 100000 1110 11000 110010 1001001

Color Harmonies of #DCB296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB296

Black with #DCB296

Text Example


Text Example

White with #DCB296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB296; }

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

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

background-color css

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

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

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

border-color css

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

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

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