#DEBD9E

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

Shades of Pancho #DEBD9E

Tints of Pancho #DEBD9E

Color information

#DEBD9E (or 0xDEBD9E) is unknown color: approx Pancho. HEX triplet: DE, BD and 9E. RGB value is (222,189,158). Sum of RGB (Red+Green+Blue) = 222+189+158=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 158 (62.11% from 255 or 27.77% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBD9E is #214261. Grayscale: #C3C3C3. Windows color (decimal): -2179682 or 10403294. OLE color: 10403294.

HSL color Cylindrical-coordinate representation of color #DEBD9E: hue angle of 29.06º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEBD9E is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB222189158-
CMYK00.150.290.13
HSL29.06º49.23%74.51%-
HSV(B)29.06º28.83%87.06%-
XYZ54.4954.3939.97-
YUV195.33106.93147.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 158 (62.11% from 255) = 27.77%
R=39.02%
G=33.22%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218915800.150.290.1329.0649.2374.51
HexDEBD9E0F1DD1d314b
Octal33627523601735153561113
Binary11011110101111011001111001111111011101111011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBD9E; }

 p { color: rgb(222,189,158); }

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

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

 a { background-color: rgb(222,189,158); }

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

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

 span { border-color: rgb(222,189,158); }

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