Html Css Color HEX #DEB196 Pancho

📋 copy color: '#DEB196'

red 222 ◦ green 177 ◦ blue 150

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

Shades of Pancho #DEB196

Tints of Pancho #DEB196

RGB

 RED value IS 222 (87.11% from 255) = 40.44%

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

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

R = 40.44%
G = 32.24%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DEB196 (or 0xDEB196) is known color: Pancho. HEX triplet: DE, B1 and 96. RGB value is (222,177,150). Sum of RGB (Red+Green+Blue) = 222+177+150=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB196 is #214E69. Grayscale: #BBBBBB. Windows color (decimal): -2182762 or 9875934. OLE color: 9875934.

HSL color Cylindrical-coordinate representation of color #DEB196: hue angle of 22.5º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEB196 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 177 150 -
CMYK 0 0.20 0.32 0.13
HSL 22.5º 0.52% 0.73% -
HSV(B) 22.5º 0.32% 0.87% -
XYZ 51.35 49.18 35.64 -
YUV 187.38 106.91 152.7 -
System Red Green Blue C M Y K H S L
Decimal 222 177 150 0 0.20 0.32 0.13 22.5 0.52 0.73
Hex DE B1 96 0 14 20 D 16 34 49
Octal 336 261 226 0 24 40 15 26 64 111
Binary 11011110 10110001 10010110 0 10100 100000 1101 10110 110100 1001001

Color Harmonies of #DEB196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB196

Black with #DEB196

Text Example


Text Example

White with #DEB196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB196; }

 p { color: rgb(222,177,150); }

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

background-color css

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

 a { background-color: rgb(222,177,150); }

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

border-color css

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

 span { border-color: rgb(222,177,150); }

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