Html Css Color HEX #DEB993 Pancho

📋 copy color: '#DEB993'

red 222 ◦ green 185 ◦ blue 147

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

Shades of Pancho #DEB993

Tints of Pancho #DEB993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.53%

R = 40.07%
G = 33.39%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DEB993 (or 0xDEB993) is known color: Pancho. HEX triplet: DE, B9 and 93. RGB value is (222,185,147). Sum of RGB (Red+Green+Blue) = 222+185+147=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 147 (57.81% from 255 or 26.53% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB993 is #21466C. Grayscale: #BFBFBF. Windows color (decimal): -2180717 or 9681374. OLE color: 9681374.

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

Color convert

RGB 222 185 147 -
CMYK 0 0.17 0.34 0.13
HSL 30.4º 0.53% 0.72% -
HSV(B) 30.4º 0.34% 0.87% -
XYZ 52.74 52.33 34.93 -
YUV 191.73 102.76 149.59 -
System Red Green Blue C M Y K H S L
Decimal 222 185 147 0 0.17 0.34 0.13 30.4 0.53 0.72
Hex DE B9 93 0 11 22 D 1E 35 48
Octal 336 271 223 0 21 42 15 36 65 110
Binary 11011110 10111001 10010011 0 10001 100010 1101 11110 110101 1001000

Color Harmonies of #DEB993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB993

Black with #DEB993

Text Example


Text Example

White with #DEB993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB993; }

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

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

background-color css

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

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

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

border-color css

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

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

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