Html Css Color HEX #DEB996 Pancho

📋 copy color: '#DEB996'

red 222 ◦ green 185 ◦ blue 150

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

Shades of Pancho #DEB996

Tints of Pancho #DEB996

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.21%

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

R = 39.86%
G = 33.21%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DEB996 (or 0xDEB996) is known color: Pancho. HEX triplet: DE, B9 and 96. RGB value is (222,185,150). Sum of RGB (Red+Green+Blue) = 222+185+150=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 150 (58.98% from 255 or 26.93% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB996 is #214669. Grayscale: #C0C0C0. Windows color (decimal): -2180714 or 9877982. OLE color: 9877982.

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

Color convert

RGB 222 185 150 -
CMYK 0 0.17 0.32 0.13
HSL 29.17º 0.52% 0.73% -
HSV(B) 29.17º 0.32% 0.87% -
XYZ 52.98 52.43 36.18 -
YUV 192.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 222 185 150 0 0.17 0.32 0.13 29.17 0.52 0.73
Hex DE B9 96 0 11 20 D 1D 34 49
Octal 336 271 226 0 21 40 15 35 64 111
Binary 11011110 10111001 10010110 0 10001 100000 1101 11101 110100 1001001

Color Harmonies of #DEB996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB996

Black with #DEB996

Text Example


Text Example

White with #DEB996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB996; }

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

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

background-color css

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

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

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

border-color css

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

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

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