#debf91

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

Shades of Pancho #DEBF91

Tints of Pancho #DEBF91

Color information

#DEBF91 (or 0xDEBF91) is unknown color: approx Pancho. HEX triplet: DE, BF and 91. RGB value is (222,191,145). Sum of RGB (Red+Green+Blue) = 222+191+145=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 145 (57.03% from 255 or 25.99% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBF91 is #21406E. Grayscale: #C3C3C3. Windows color (decimal): -2179183 or 9551838. OLE color: 9551838.

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

Color convert

RGB222191145-
CMYK00.140.350.13
HSL35.84º53.85%71.96%-
HSV(B)35.84º34.68%87.06%-
XYZ53.8754.8434.53-
YUV195.0299.77147.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.78%
GREEN value IS 191 (75% from 255) = 34.23%
BLUE value IS 145 (57.03% from 255) = 25.99%
R=39.78%
G=34.23%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219114500.140.350.1335.8453.8571.96
HexDEBF910E23D243648
Octal33627722101643154466110
Binary1101111010111111100100010111010001111011001001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #debf91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #debf91; }

 p { color: rgb(222,191,145); }

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

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

 a { background-color: rgb(222,191,145); }

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

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

 span { border-color: rgb(222,191,145); }

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