Html Css Color HEX #DEB394 Pancho

📋 copy color: '#DEB394'

red 222 ◦ green 179 ◦ blue 148

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

Shades of Pancho #DEB394

Tints of Pancho #DEB394

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.6%

 BLUE value IS 148 (58.2% from 255) = 26.96%

R = 40.44%
G = 32.6%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DEB394 (or 0xDEB394) is known color: Pancho. HEX triplet: DE, B3 and 94. RGB value is (222,179,148). Sum of RGB (Red+Green+Blue) = 222+179+148=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 179 (70.31% from 255 or 32.60% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB394 is #214C6B. Grayscale: #BCBCBC. Windows color (decimal): -2182252 or 9745374. OLE color: 9745374.

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

Color convert

RGB 222 179 148 -
CMYK 0 0.19 0.33 0.13
HSL 25.14º 0.53% 0.73% -
HSV(B) 25.14º 0.33% 0.87% -
XYZ 51.59 49.91 34.93 -
YUV 188.32 105.25 152.02 -
System Red Green Blue C M Y K H S L
Decimal 222 179 148 0 0.19 0.33 0.13 25.14 0.53 0.73
Hex DE B3 94 0 13 21 D 19 35 49
Octal 336 263 224 0 23 41 15 31 65 111
Binary 11011110 10110011 10010100 0 10011 100001 1101 11001 110101 1001001

Color Harmonies of #DEB394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB394

Black with #DEB394

Text Example


Text Example

White with #DEB394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB394; }

 p { color: rgb(222,179,148); }

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

background-color css

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

 a { background-color: rgb(222,179,148); }

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

border-color css

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

 span { border-color: rgb(222,179,148); }

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