#DEBF9B

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

Shades of Pancho #DEBF9B

Tints of Pancho #DEBF9B

Color information

#DEBF9B (or 0xDEBF9B) is unknown color: approx Pancho. HEX triplet: DE, BF and 9B. RGB value is (222,191,155). Sum of RGB (Red+Green+Blue) = 222+191+155=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBF9B is #214064. Grayscale: #C4C4C4. Windows color (decimal): -2179173 or 10207198. OLE color: 10207198.

HSL color Cylindrical-coordinate representation of color #DEBF9B: hue angle of 32.24º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEBF9B is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB222191155-
CMYK00.140.300.13
HSL32.24º50.38%73.92%-
HSV(B)32.24º30.18%87.06%-
XYZ54.6755.1638.78-
YUV196.17104.77146.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.08%
GREEN value IS 191 (75% from 255) = 33.63%
BLUE value IS 155 (60.94% from 255) = 27.29%
R=39.08%
G=33.63%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219115500.140.300.1332.2450.3873.92
HexDEBF9B0E1ED20324a
Octal33627723301636154062112
Binary110111101011111110011011011101111011011000001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBF9B; }

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

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

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

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

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

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

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

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