#DEBF9A

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

Shades of Pancho #DEBF9A

Tints of Pancho #DEBF9A

Color information

#DEBF9A (or 0xDEBF9A) is unknown color: approx Pancho. HEX triplet: DE, BF and 9A. RGB value is (222,191,154). Sum of RGB (Red+Green+Blue) = 222+191+154=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBF9A is #214065. Grayscale: #C4C4C4. Windows color (decimal): -2179174 or 10141662. OLE color: 10141662.

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

Color convert

RGB222191154-
CMYK00.140.310.13
HSL32.65º50.75%73.73%-
HSV(B)32.65º30.63%87.06%-
XYZ54.5955.1238.33-
YUV196.05104.27146.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.15%
GREEN value IS 191 (75% from 255) = 33.69%
BLUE value IS 154 (60.55% from 255) = 27.16%
R=39.15%
G=33.69%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219115400.140.310.1332.6550.7573.73
HexDEBF9A0E1FD21334a
Octal33627723201637154163112
Binary110111101011111110011010011101111111011000011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBF9A; }

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

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

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

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

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

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

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

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