#DEB290

Color #DEB290 Pancho (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pancho #DEB290

Tints of Pancho #DEB290

Color information

#DEB290 (or 0xDEB290) is unknown color: approx Pancho. HEX triplet: DE, B2 and 90. RGB value is (222,178,144). Sum of RGB (Red+Green+Blue) = 222+178+144=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB290 is #214D6F. Grayscale: #BBBBBB. Windows color (decimal): -2182512 or 9482974. OLE color: 9482974.

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

Color convert

RGB222178144-
CMYK00.200.350.13
HSL26.15º54.17%71.76%-
HSV(B)26.15º35.14%87.06%-
XYZ51.0849.3833.23-
YUV187.28103.58152.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.81%
GREEN value IS 178 (69.92% from 255) = 32.72%
BLUE value IS 144 (56.64% from 255) = 26.47%
R=40.81%
G=32.72%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217814400.200.350.1326.1554.1771.76
HexDEB29001423D1a3648
Octal33626222002443153266110
Binary1101111010110010100100000101001000111101110101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB290; }

 p { color: rgb(222,178,144); }

 H1.HeaderClassName
 {
   color: #DEB290;
 }
 .AnyTagClassName
 {
   color: #DEB290;
 }
</style>
background-color css

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

 a { background-color: rgb(222,178,144); }

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

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

 span { border-color: rgb(222,178,144); }

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